{
  "version": 1,
  "author": "Anonymous maker",
  "editor": "wokwi",
  "parts": [
    { "type": "wokwi-arduino-uno", "id": "uno", "top": 0, "left": 0, "attrs": {} },
    {
      "type": "wokwi-pushbutton",
      "id": "btn1",
      "top": -83.9,
      "left": 143.67,
      "attrs": { "color": "green" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r1",
      "top": -86.57,
      "left": 61.67,
      "attrs": { "value": "1000" }
    },
    {
      "type": "wokwi-ntc-temperature-sensor",
      "id": "ntc1",
      "top": 238.77,
      "left": -56.33,
      "attrs": {}
    }
  ],
  "connections": [
    [ "r1:2", "btn1:1.l", "green", [ "v-1.26", "h24.33" ] ],
    [ "r1:1", "uno:GND.1", "green", [ "v64.74", "h53.83" ] ],
    [ "btn1:2.r", "uno:5V", "green", [ "h94.33", "v271.73", "h-140" ] ],
    [ "ntc1:GND", "uno:GND.2", "black", [ "h93.66", "v-3.8" ] ],
    [ "ntc1:VCC", "uno:5V", "red", [ "h0" ] ],
    [ "ntc1:OUT", "uno:A0", "green", [ "h0" ] ],
    [ "uno:2", "r1:2", "green", [ "v-35.83", "h-115.83" ] ]
  ]
}