{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 73.4,
"left": -124.8,
"attrs": { "color": "green", "xray": "1" }
},
{ "type": "wokwi-buzzer", "id": "bz1", "top": 12, "left": -267, "attrs": { "volume": "0.1" } },
{
"type": "wokwi-buzzer",
"id": "bz2",
"top": -26.4,
"left": -190.2,
"attrs": { "volume": "0.1" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP7", "btn1:1.r", "green", [ "h-34.8", "v-12.75" ] ],
[ "pico:GND.3", "btn1:2.l", "black", [ "h0" ] ],
[ "pico:GND.3", "bz2:1", "black", [ "h0" ] ],
[ "pico:GND.3", "bz1:1", "black", [ "h0" ] ],
[ "pico:GP10", "bz2:2", "green", [ "h0" ] ],
[ "pico:GP12", "bz1:2", "green", [ "h0" ] ]
],
"dependencies": {}
}