{
"version": 1,
"author": "Kirtikanta Sekhar",
"editor": "wokwi",
"parts": [
{ "type": "board-pi-pico-w", "id": "pico", "top": -22.45, "left": 205.15, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": -51.6, "left": 23, "attrs": { "color": "red" } },
{ "type": "wokwi-led", "id": "led2", "top": -51.6, "left": 80.6, "attrs": { "color": "red" } },
{
"type": "wokwi-led",
"id": "led3",
"top": -51.6,
"left": -34.6,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": -51.6,
"left": -92.2,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 119.15,
"left": 19.2,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led2:A", "pico:GP0", "green", [ "v0" ] ],
[ "led3:A", "pico:GP7", "green", [ "v0" ] ],
[ "led4:A", "pico:GP15", "green", [ "v0" ] ],
[ "pico:GND.4", "r1:2", "black", [ "h0" ] ],
[ "r1:1", "led4:C", "black", [ "v0", "h-105.6" ] ],
[ "led4:C", "led3:C", "black", [ "v38.4", "h48.4" ] ],
[ "led3:C", "led1:C", "black", [ "v38.4", "h58" ] ],
[ "led1:C", "led2:C", "black", [ "v38.4", "h19.6" ] ],
[ "pico:GP3", "led1:A", "green", [ "h-57.6", "v19.2", "h-96", "v0", "h-9.6" ] ]
],
"dependencies": {}
}