{
"version": 1,
"author": "Ana Disigant",
"editor": "wokwi",
"parts": [
{ "type": "board-pi-pico-w", "id": "pico", "top": -75.25, "left": 37.15, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 34.8, "left": -82.6, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 71.15,
"left": -172.8,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 92.4,
"left": -82.6,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 128.75,
"left": -172.8,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 159.6,
"left": -82.6,
"attrs": { "color": "limegreen" }
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": -93.6,
"left": 203.4,
"attrs": { "volume": "0.1" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GP11", "led1:A", "green", [ "h0" ] ],
[ "r1:2", "led1:C", "green", [ "v0" ] ],
[ "pico:GND.3", "r1:1", "black", [ "h-62.4", "v-24", "h-163.2" ] ],
[ "pico:GP12", "led2:A", "green", [ "h-62.4", "v52.84", "h-38.4" ] ],
[ "r2:2", "led2:C", "green", [ "v0", "h46.8" ] ],
[ "r1:1", "r2:1", "green", [ "v0" ] ],
[ "pico:GP13", "led3:A", "green", [ "h-52.8", "v4.84" ] ],
[ "led3:C", "r2:1", "green", [ "v0", "h-105.2" ] ],
[ "pico:GND.6", "bz1:1", "black", [ "h0" ] ],
[ "bz1:2", "pico:GP21", "green", [ "v0" ] ]
],
"dependencies": {}
}