{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -48.66, "left": 127.33, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -27.24,
"left": -209.65,
"attrs": { "color": "red" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": -64.91,
"left": -114.65,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 9.42,
"left": -131.65,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "r1:1", "green", [ "v4.4", "h54" ] ],
[ "led1:C", "pico:GND.2", "green", [ "v15.06", "h322.67" ] ],
[ "btn1:2.r", "pico:GP6", "green", [ "h38", "v66.73" ] ],
[ "btn1:1.r", "pico:GND.1", "green", [ "v11.07", "h117.34", "v31.33" ] ],
[ "r1:2", "pico:GP5", "green", [ "v0" ] ]
]
}