{
  "version": 1,
  "author": "Uri Shaked",
  "editor": "wokwi",
  "parts": [
    {
      "type": "wokwi-pi-pico",
      "id": "pico",
      "top": 54.45,
      "left": 80.4,
      "rotate": 90,
      "attrs": { "env": "arduino-community" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn1",
      "top": 9,
      "left": 137.4,
      "rotate": 90,
      "attrs": { "color": "green", "xray": "1" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn2",
      "top": 9,
      "left": 185.4,
      "rotate": 90,
      "attrs": { "color": "green", "xray": "1" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r3",
      "top": 33.6,
      "left": 57.05,
      "rotate": 90,
      "attrs": { "value": "330" }
    },
    {
      "type": "wokwi-resistor",
      "id": "r4",
      "top": 33.6,
      "left": 85.85,
      "rotate": 90,
      "attrs": { "value": "330" }
    },
    { "type": "wokwi-led", "id": "led1", "top": -32.4, "left": 61.4, "attrs": { "color": "red" } },
    {
      "type": "wokwi-led",
      "id": "led2",
      "top": -32.4,
      "left": 90.2,
      "attrs": { "color": "green" }
    }
  ],
  "connections": [
    [ "pico:GP2", "btn2:1.r", "blue", [ "v-15.35", "h52.05" ] ],
    [ "pico:GP3", "btn1:1.r", "blue", [ "v-24.95", "h13.65" ] ],
    [ "pico:GP6", "r4:2", "green", [ "v-24.95", "h-15.15" ] ],
    [ "pico:GP7", "r3:2", "green", [ "v-15.35", "h-34.35" ] ],
    [ "r4:1", "led2:A", "green", [ "h0" ] ],
    [ "r3:1", "led1:A", "green", [ "h0" ] ],
    [ "pico:GND.4", "led2:C", "black", [ "v-34.55", "h61.25" ] ],
    [ "pico:GND.4", "led1:C", "black", [ "v-34.55", "h32.45" ] ],
    [ "pico:GND.4", "btn1:2.r", "black", [ "v-34.55", "h119.45" ] ],
    [ "pico:GND.4", "btn2:2.r", "black", [ "v-34.55", "h167.45" ] ]
  ],
  "dependencies": {}
}