{
"version": 1,
"author": "Mr. Bhanja Swain",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 154.75,
"left": 220.36,
"attrs": { "color": "red", "flip": "1" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 152.42,
"left": -115.98,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 187.42,
"left": 107.02,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP14", "btn1:2.r", "green", [ "h0" ] ],
[ "pico:GND.1", "btn1:1.l", "black", [ "h-133.65", "v1.11" ] ],
[ "pico:GP16", "r1:1", "green", [ "v0" ] ],
[ "r1:2", "led1:A", "green", [ "v0" ] ],
[ "pico:GND.5", "led1:C", "black", [ "h138.02", "v-48.89", "h48", "v70" ] ]
]
}