{
"version": 1,
"author": "Rakesh Kumar Panda",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 35.25, "left": 22.8, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 6, "left": -101.8, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 61.55,
"left": -67.2,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": -36,
"left": 107.4,
"attrs": { "volume": "0.1" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "led1:A", "pico:GP0", "red", [ "v0" ] ],
[ "r1:1", "led1:C", "black", [ "v0", "h-19.2" ] ],
[ "pico:GND.1", "r1:2", "black", [ "h0" ] ],
[ "pico:GND.8", "bz1:1", "black", [ "h0" ] ],
[ "pico:GP2", "bz1:2", "red", [ "h0" ] ]
],
"dependencies": {}
}