{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -70.35, "left": 42, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 92.6,
"left": -115.2,
"attrs": { "color": "green", "bounce": "1", "key": "o" }
},
{ "type": "wokwi-led", "id": "led1", "top": -51.6, "left": -121, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r2",
"top": -5.65,
"left": -67.2,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "btn1:1.r", "pico:GP14", "green", [ "v0" ] ],
[ "btn1:2.r", "pico:3V3", "red", [ "v9.8", "h182.6", "v-153.6" ] ],
[ "led1:A", "r2:1", "red", [ "v0" ] ],
[ "r2:2", "pico:GP5", "red", [ "v0" ] ],
[ "led1:C", "pico:GND.4", "black", [ "v19.2", "h134.8", "v96" ] ]
],
"dependencies": {}
}