{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "wokwi-pi-pico", "id": "pico", "top": -135.33, "left": 2.67, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 102.95,
"left": 24.36,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 159.62,
"left": 25.68,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 224.29,
"left": 25.02,
"attrs": { "color": "green" }
}
],
"connections": [
[ "pico:GP0", "$serialMonitor:RX", "", [] ],
[ "pico:GP1", "$serialMonitor:TX", "", [] ],
[ "pico:GND.1", "led1:C", "black", [ "h-45.65", "v206.64" ] ],
[ "led1:A", "pico:GP18", "red", [ "v0.41", "h73.99", "v-104.67" ] ],
[ "pico:GND.1", "led2:C", "black", [ "h-45.65", "v306.64" ] ],
[ "pico:GND.1", "led3:C", "black", [ "h-44.98", "v368.64" ] ],
[ "pico:GP17", "led2:A", "gold", [ "h32.68", "v149.71", "h-3.33" ] ],
[ "pico:GP16", "led3:A", "green", [ "v0.77", "h16.68", "v205.33" ] ]
]
}