{
  "version": 1,
  "author": "Anonymous maker",
  "editor": "wokwi",
  "parts": [
    { "type": "board-pi-pico-w", "id": "pico", "top": -3.25, "left": 3.55, "attrs": {} },
    {
      "type": "wokwi-led",
      "id": "led1",
      "top": -3.6,
      "left": -101.8,
      "attrs": { "color": "red" }
    },
    { "type": "wokwi-dht22", "id": "dht1", "top": -105.3, "left": 129, "attrs": {} }
  ],
  "connections": [
    [ "pico:GP0", "$serialMonitor:RX", "", [] ],
    [ "pico:GP1", "$serialMonitor:TX", "", [] ],
    [ "pico:GP5", "led1:A", "green", [ "h0" ] ],
    [ "pico:GND.2", "led1:C", "black", [ "h0" ] ],
    [ "pico:3V3", "dht1:VCC", "red", [ "h0" ] ],
    [ "dht1:GND", "pico:GND.8", "black", [ "v19.2", "h-96" ] ],
    [ "pico:GP2", "dht1:SDA", "blue", [ "h-28.8", "v-48", "h124.8", "v28.8", "h47.9" ] ]
  ],
  "dependencies": {}
}