{
"version": 1,
"author": "Isha Sinha",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 15.87,
"left": -102.13,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": -46.67,
"left": -43.27,
"attrs": { "color": "red" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "pico:GP0", "green", [ "v19.16", "h20.12" ] ],
[ "r1:2", "pico:GND.1", "green", [ "v7.95", "h48.52" ] ],
[ "r1:1", "led1:C", "green", [ "v0" ] ]
],
"dependencies": {}
}