{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": 0, "left": 0, "attrs": {} },
{
"type": "wokwi-led-ring",
"id": "ring1",
"top": -155.23,
"left": -116.81,
"attrs": { "pixels": "16" }
},
{ "type": "wokwi-vcc", "id": "vcc1", "top": -33.55, "left": -167.34, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": 86.94, "left": -70.85, "attrs": {} },
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 22.9,
"left": 107.97,
"attrs": { "color": "green" }
}
],
"connections": [
[ "pico:GP10", "$serialMonitor:RX", "", [] ],
[ "pico:GP11", "$serialMonitor:TX", "", [] ],
[ "ring1:DIN", "pico:GP1", "green", [ "v22.11", "h38.28" ] ],
[ "pico:GND.1", "gnd1:GND", "black", [ "h-39.6", "v54.89" ] ],
[ "ring1:GND", "gnd1:GND", "black", [ "v74.2", "h-88.78" ] ],
[ "ring1:VCC", "vcc1:VCC", "red", [ "h-77.47", "v-84.13" ] ],
[ "pico:GP28", "btn1:2.l", "green", [ "h26.54", "v-14.34" ] ],
[ "btn1:1.l", "pico:GND.8", "green", [ "h0" ] ]
],
"serialMonitor": { "display": "always", "newline": "lf" }
}