{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": 0,
"left": 0,
"attrs": { "env": "micropython-20231227-v1.22.0" }
},
{
"type": "wokwi-led",
"id": "led1",
"top": -0.8,
"left": -56.2,
"rotate": 270,
"attrs": { "color": "green" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": 37.6,
"left": -46.6,
"rotate": 270,
"attrs": { "color": "red" }
}
],
"connections": [
[ "pico:GP1", "led1:A", "green", [ "h0" ] ],
[ "pico:GND.1", "led1:C", "black", [ "h0" ] ],
[ "pico:GP2", "led2:A", "green", [ "h0" ] ],
[ "pico:GND.2", "led2:C", "black", [ "h0" ] ]
],
"dependencies": {}
}