{
"version": 1,
"author": "Lopamudra Behera",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 1.07, "left": 74.73, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 0.71, "left": -81.6, "attrs": { "color": "red" } },
{
"type": "wokwi-led",
"id": "led2",
"top": 61.12,
"left": -79.84,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 101.15,
"left": -79.86,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": 149.04,
"left": -79.87,
"attrs": { "color": "limegreen" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 26.09,
"left": -31.19,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 85.79,
"left": -29.77,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": 124.85,
"left": -27.49,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r4",
"top": 169.17,
"left": -23.82,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "r1:1", "green", [ "v-7.36", "h27.21" ] ],
[ "r1:2", "pico:GP0", "green", [ "v0" ] ],
[ "led1:C", "pico:GND.1", "black", [ "v9.22", "h125.34", "v0.44" ] ],
[ "led2:A", "r2:1", "green", [ "v0" ] ],
[ "r2:2", "pico:GP4", "green", [ "v0" ] ],
[ "led2:C", "pico:GND.2", "black", [ "v3.78", "h120.53" ] ],
[ "led3:A", "r3:1", "green", [ "v0" ] ],
[ "led4:A", "r4:1", "green", [ "v0" ] ],
[ "r4:2", "pico:GP13", "green", [ "v0" ] ],
[ "led4:C", "pico:GND.4", "black", [ "v8.79", "h123.61", "v-22.25" ] ],
[ "r3:2", "pico:GP9", "green", [ "v0" ] ],
[ "led3:C", "pico:GND.3", "black", [ "v7.81", "h117.49", "v-21.38" ] ]
]
}