{
"version": 1,
"author": "sarvajeetshubham",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -31.95, "left": -34.8, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": -61.2,
"left": 109.4,
"attrs": { "color": "yellow", "flip": "1" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": -61.2,
"left": -197.8,
"attrs": { "color": "magenta" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": -24.85,
"left": -134.4,
"attrs": { "value": "330" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 51.95,
"left": 67.2,
"attrs": { "value": "330" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led3:C", "pico:GND.4", "black", [ "v0" ] ],
[ "led1:C", "pico:GND.5", "black", [ "v0" ] ],
[ "led3:A", "r1:1", "red", [ "v0" ] ],
[ "r1:2", "pico:GP0", "red", [ "v0" ] ],
[ "r2:2", "led1:A", "red", [ "v-76.8", "h8.4" ] ],
[ "r2:1", "pico:GP27", "red", [ "v0" ] ]
],
"dependencies": {}
}