{
"version": 1,
"author": "Ayaskanta Ghosh",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": { "builder": "pico-sdk" } },
{ "type": "wokwi-led", "id": "led1", "top": -47, "left": -100, "attrs": { "color": "red" } },
{ "type": "wokwi-pushbutton", "id": "btn1", "top": 110, "left": 107, "rotate": 90, "attrs": { "color": "green" } },
{ "type": "wokwi-resistor", "id": "r1", "top": 60, "left": 122, "rotate": -90, "attrs": { "value": "1000" } }
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "pico:GP1", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.1", "green", [ "v0" ] ],
[ "btn1:1.l", "r1:1", "black", [ "v0" ] ],
[ "btn1:1.r", "pico:GP17", "green", [ "v0" ] ],
[ "btn1:2.r", "pico:3V3", "red", [ "h-20", "v0" ] ],
[ "r1:2", "pico:GND.8", "black", [ "v0" ] ]
],
"dependencies": {}
}