{
"version": 1,
"author": "Upool",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -38.67, "left": -138, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -67.55,
"left": -297.81,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 0.78,
"left": -253.48,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "pico:GP0", "red", [ "v0" ] ],
[ "led1:C", "r1:1", "green", [ "v0" ] ],
[ "r1:2", "pico:GND.1", "green", [ "v0" ] ]
]
}