{
"version": 1,
"author": "Divy Prakash",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 91.95,
"left": -160.14,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": -34.72,
"left": -222.81,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 45.95,
"left": -182.8,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": 7.95,
"left": -202.81,
"attrs": { "color": "limegreen" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 125.29,
"left": -127.48,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 77.96,
"left": -134.14,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r4",
"top": 1.96,
"left": -136.15,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r5",
"top": 36.62,
"left": -136.15,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led2:A", "r4:1", "green", [ "v0" ] ],
[ "r4:2", "pico:GP0", "green", [ "v0" ] ],
[ "led4:A", "r5:1", "green", [ "v0" ] ],
[ "r5:2", "pico:GP1", "green", [ "h17.87", "v-23.17" ] ],
[ "led3:A", "r2:1", "green", [ "v0" ] ],
[ "led1:A", "r1:1", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.4", "black", [ "v0" ] ],
[ "led3:C", "pico:GND.4", "black", [ "v0" ] ],
[ "led4:C", "pico:GND.4", "black", [ "v0" ] ],
[ "led2:C", "pico:GND.4", "black", [ "v0" ] ],
[ "r2:2", "pico:GP2", "green", [ "h27.86", "v-45.31" ] ],
[ "r1:2", "pico:GP3", "green", [ "h36.54", "v-79.04" ] ]
]
}