{
"version": 1,
"author": "Mr. Bhanja Swain",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0.67, "left": -1.33, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 144.76,
"left": -105.65,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 38.76,
"left": 116.36,
"attrs": { "color": "green" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 114.42,
"left": -157.32,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 8.12,
"left": 192.14,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:3V3", "btn1:1.l", "green", [ "h0" ] ],
[ "r1:1", "led1:A", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.1", "green", [ "v0.07", "h-43.99", "v-123.33" ] ],
[ "r1:2", "pico:GP16", "green", [ "v64.39", "h186.89", "v-23.57" ] ],
[ "btn1:2.r", "pico:GP14", "green", [ "h10.95", "v205.94", "h-227.8", "v-98.55" ] ],
[ "pico:GND.8", "r2:1", "black", [ "h0" ] ],
[ "r2:2", "btn1:2.r", "green", [ "v53.17", "h2.84" ] ]
]
}