{
"version": 1,
"author": "Kirtikanta Sekhar",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 6.45, "left": -34.8, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 63.6,
"left": -207.4,
"attrs": { "color": "red" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 195.95,
"left": -182.4,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "r1:1", "green", [ "v0" ] ],
[ "r1:2", "pico:GP15", "green", [ "v0" ] ],
[ "pico:GND.3", "led1:C", "black", [ "h-96", "v-86.4", "h-96", "v57.6", "h-9.6" ] ]
],
"dependencies": {}
}