{
"version": 1,
"author": "Aadya",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 4, "left": 14, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 64.29,
"left": -122.64,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 137.62,
"left": -113.3,
"rotate": 90,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GND.1", "led1:C", "black", [ "h-142.65", "v79.31" ] ],
[ "r1:1", "led1:A", "green", [ "h0" ] ],
[ "r1:2", "pico:GP15", "green", [ "h82.33", "v15.94" ] ]
]
}