{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{
"type": "board-pi-pico-w",
"id": "pico",
"top": -3.15,
"left": 3.6,
"attrs": { "env": "micropython-20231227-v1.22.0" }
},
{ "type": "wokwi-led", "id": "led1", "top": 92.4, "left": -34.6, "attrs": { "color": "red" } },
{ "type": "wokwi-led", "id": "led2", "top": 92.4, "left": -63.4, "attrs": { "color": "red" } },
{ "type": "wokwi-led", "id": "led3", "top": 92.4, "left": -92.2, "attrs": { "color": "red" } }
],
"connections": [
[ "pico:GND.4", "led1:C", "black", [ "h0" ] ],
[ "led1:A", "pico:GP11", "green", [ "v0" ] ],
[ "pico:GP12", "led2:A", "green", [ "h0" ] ],
[ "pico:GND.4", "led2:C", "black", [ "h0" ] ],
[ "pico:GP13", "led3:A", "green", [ "h0" ] ],
[ "led3:C", "pico:GND.4", "black", [ "v0" ] ]
],
"dependencies": {}
}