{
"version": 1,
"author": "Abinash Dash",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -31.95, "left": -34.8, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r2",
"top": 176.75,
"left": 38.4,
"attrs": { "value": "200000" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 44.4,
"left": 61.8,
"attrs": { "color": "orange", "flip": "1" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 198.2,
"left": -144,
"attrs": { "color": "green" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "btn1:1.r", "pico:GP14", "green", [ "v0" ] ],
[ "btn1:2.r", "pico:3V3", "red", [ "h192.2", "v-191.8" ] ],
[ "r2:1", "pico:GND.5", "green", [ "v0" ] ],
[ "led1:A", "pico:GP28", "green", [ "v0" ] ],
[ "led1:C", "r2:2", "green", [ "v86.4", "h18.8" ] ]
],
"dependencies": {}
}