{
"version": 1,
"author": "Lopamudra Behera",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 18.75,
"left": -188.32,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 20.09,
"left": -121.65,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "r1:1", "led1:A", "green", [ "v0" ] ],
[ "pico:GP0", "r1:2", "green", [ "h0" ] ],
[ "led1:C", "pico:GND.1", "green", [ "v27.74", "h134.34", "v-53.33" ] ]
]
}