{
"version": 1,
"author": "Ivanilson França Vieira Junior",
"editor": "wokwi",
"parts": [
{
"type": "board-pi-pico-w",
"id": "pico",
"top": 63.95,
"left": -130.85,
"attrs": { "builder": "pico-sdk" }
},
{
"type": "wokwi-buzzer",
"id": "bz1",
"top": -170.4,
"left": 11.4,
"attrs": { "volume": "0.1" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 176.75,
"left": -220.8,
"attrs": { "value": "221" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": 224.75,
"left": -220.8,
"attrs": { "value": "221" }
},
{
"type": "wokwi-resistor",
"id": "r4",
"top": 128.75,
"left": -220.8,
"attrs": { "value": "221" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 195.95,
"left": -19.2,
"attrs": { "value": "221" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": 210.4,
"left": -277,
"rotate": 270,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 114.4,
"left": -277,
"rotate": 270,
"attrs": { "color": "green" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 162.4,
"left": -277,
"rotate": 270,
"attrs": { "color": "orange" }
},
{
"type": "wokwi-led",
"id": "led4",
"top": 171.6,
"left": 64.2,
"rotate": 90,
"attrs": { "color": "green" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": -47.9,
"left": -118.5,
"rotate": 90,
"attrs": { "color": "blue" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "bz1:2", "pico:GP28", "red", [ "v0" ] ],
[ "pico:GP5", "r4:2", "green", [ "h0" ] ],
[ "pico:GP9", "r2:2", "orange", [ "h0" ] ],
[ "pico:GP13", "r3:2", "red", [ "h0" ] ],
[ "led1:A", "r3:1", "red", [ "h0" ] ],
[ "led1:C", "pico:GND.4", "black", [ "h0" ] ],
[ "pico:GND.3", "led3:C", "black", [ "h0" ] ],
[ "r2:1", "led3:A", "orange", [ "v0" ] ],
[ "pico:GND.2", "led2:C", "black", [ "h0" ] ],
[ "r4:1", "led2:A", "green", [ "v0" ] ],
[ "pico:GP21", "r1:1", "limegreen", [ "h0" ] ],
[ "r1:2", "led4:A", "limegreen", [ "v0" ] ],
[ "pico:GND.6", "led4:C", "black", [ "h0" ] ],
[ "btn1:1.l", "bz1:1", "black", [ "v0" ] ],
[ "btn1:2.r", "pico:GP1", "red", [ "h-60.6", "v76.8" ] ],
[ "btn1:1.r", "pico:GND.8", "black", [ "h45.2", "v86.4" ] ]
],
"dependencies": {}
}