{
"version": 1,
"author": "Sudhanshu Ranjan",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": -60, "left": -149, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 25.95,
"left": -155.2,
"attrs": { "value": "1000" }
},
{ "type": "wokwi-led", "id": "led2", "top": 82, "left": -148.33, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r2",
"top": 167.95,
"left": -91.86,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GND.1", "r1:2", "black", [ "h-100.31", "v0.94" ] ],
[ "r1:1", "led1:C", "black", [ "v-35.37", "h1.55" ] ],
[ "led1:A", "pico:GP0", "red", [ "v0" ] ],
[ "pico:GND.4", "r2:2", "black", [ "h0" ] ],
[ "r2:1", "led2:C", "black", [ "v-0.04", "h-42.94" ] ],
[ "led2:A", "pico:GP12", "red", [ "v33.56", "h5.86" ] ]
],
"dependencies": {}
}