{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -67.33, "left": -26, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -88.66,
"left": -155,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": -54.85,
"left": -106.28,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "r1:1", "green", [ "v-1.72", "h51.85" ] ],
[ "r1:2", "pico:GP0", "green", [ "v0" ] ],
[ "pico:GND.1", "led1:C", "black", [ "h0" ] ]
],
"dependencies": {}
}