{
"version": 1,
"author": "Sarthak Mohanty",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -60.75, "left": 157.2, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": -90, "left": -322.6, "attrs": { "color": "red" } },
{ "type": "wokwi-led", "id": "led2", "top": -90, "left": -111.4, "attrs": { "color": "red" } },
{ "type": "wokwi-led", "id": "led3", "top": -90, "left": -255.4, "attrs": { "color": "red" } },
{ "type": "wokwi-led", "id": "led4", "top": -90, "left": -188.2, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 99.95,
"left": -230.4,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led2:A", "pico:GP0", "green", [ "v0" ] ],
[ "led4:A", "pico:GP3", "green", [ "v0" ] ],
[ "led3:A", "pico:GP7", "green", [ "v0" ] ],
[ "led1:A", "pico:GP15", "green", [ "v0" ] ],
[ "led1:C", "led3:C", "black", [ "v19.2", "h67.6" ] ],
[ "led3:C", "led4:C", "black", [ "v28.8", "h67.6" ] ],
[ "led2:C", "led4:C", "black", [ "v28.8", "h-76.4" ] ],
[ "r1:2", "pico:GND.4", "black", [ "v0" ] ],
[ "r1:1", "led1:C", "black", [ "v0", "h-96" ] ]
],
"dependencies": {}
}