{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-breadboard-mini", "id": "bb1", "top": -212.6, "left": 170.4, "attrs": {} },
{ "type": "board-pi-pico-w", "id": "pico", "top": -3.25, "left": -15.65, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": -38.5,
"left": 166.7,
"rotate": 90,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 42.35,
"left": 105.6,
"attrs": { "value": "220" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:3V3", "r1:1", "green", [ "h0" ] ],
[ "r1:2", "btn1:2.r", "green", [ "v0" ] ],
[ "pico:GP27", "btn1:1.r", "green", [ "h0" ] ]
],
"dependencies": {}
}