{
"version": 1,
"author": "Akhilesh",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-breadboard-mini", "id": "bb1", "top": -59, "left": -271.2, "attrs": {} },
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": 64.05,
"left": 51.6,
"attrs": { "builder": "pico-sdk" }
},
{ "type": "wokwi-led", "id": "led1", "top": -90, "left": -207.4, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": -44.05,
"left": -182.4,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-pushbutton-6mm",
"id": "btn1",
"top": -7.8,
"left": -262.4,
"rotate": 270,
"attrs": { "color": "green" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "bb1:3b.g", "pico:GND.5", "green", [ "v0" ] ],
[ "bb1:1b.g", "pico:GP28", "green", [ "v0" ] ],
[ "btn1:1.l", "bb1:1b.f", "", [ "$bb" ] ],
[ "btn1:2.l", "bb1:3b.f", "", [ "$bb" ] ],
[ "btn1:1.r", "bb1:1t.e", "", [ "$bb" ] ],
[ "btn1:2.r", "bb1:3t.e", "", [ "$bb" ] ],
[ "led1:A", "bb1:9t.a", "", [ "$bb" ] ],
[ "led1:C", "bb1:8t.a", "", [ "$bb" ] ],
[ "r1:1", "bb1:9t.b", "", [ "$bb" ] ],
[ "r1:2", "bb1:15t.b", "", [ "$bb" ] ],
[ "bb1:8t.d", "pico:GP0", "green", [ "v0" ] ],
[ "bb1:15t.c", "pico:GP1", "green", [ "v0" ] ]
],
"dependencies": {}
}