{
  "version": 1,
  "author": "Anonymous maker",
  "editor": "wokwi",
  "parts": [
    { "type": "board-pi-pico-w", "id": "pico", "top": 0, "left": 0, "attrs": {} },
    {
      "type": "wokwi-led",
      "id": "led1",
      "top": -3.6,
      "left": 99.8,
      "attrs": { "color": "green" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r1",
      "top": 61.55,
      "left": 86.4,
      "attrs": { "value": "1000" }
    },
    {
      "type": "wokwi-led",
      "id": "led3",
      "top": 82.8,
      "left": 99.8,
      "attrs": { "color": "yellow" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r2",
      "top": 138.35,
      "left": 96,
      "attrs": { "value": "1000" }
    },
    {
      "type": "wokwi-led",
      "id": "led2",
      "top": 159.6,
      "left": 109.4,
      "attrs": { "color": "red" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r3",
      "top": 224.75,
      "left": 96,
      "attrs": { "value": "1000" }
    }
  ],
  "connections": [
    [ "pico:GP0", "$serialMonitor:RX", "", [] ],
    [ "pico:GP1", "$serialMonitor:TX", "", [] ],
    [ "r1:2", "led1:A", "green", [ "v0" ] ],
    [ "led1:C", "pico:GND.8", "black", [ "v0" ] ],
    [ "led3:C", "pico:GND.7", "black", [ "h-18.8", "v-19.2", "h-23.06" ] ],
    [ "led3:A", "r2:2", "gold", [ "h28.8", "v19.2" ] ],
    [ "led2:C", "pico:GND.5", "black", [ "h-18.8", "v-25.59" ] ],
    [ "r3:2", "led2:A", "red", [ "v0" ] ],
    [ "r3:1", "pico:GP13", "red", [ "v0" ] ],
    [ "r2:1", "pico:GP14", "gold", [ "v0" ] ],
    [ "r1:1", "pico:GP15", "green", [ "v0" ] ]
  ],
  "dependencies": {}
}