{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -22.8,
"left": -149.8,
"attrs": { "color": "blue" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "pico:GP5", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.2", "green", [ "v0" ] ]
],
"dependencies": {}
}