{
"version": 1,
"author": "Татьяна Кадошникова",
"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": 47.2,
"left": -200.2,
"rotate": 270,
"attrs": { "color": "blue" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": -0.8,
"left": -200.2,
"rotate": 270,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 95.2,
"left": -190.6,
"rotate": 270,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 13.55,
"left": -124.8,
"attrs": { "value": "220" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 61.55,
"left": -124.8,
"attrs": { "value": "220" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": 109.55,
"left": -115.2,
"attrs": { "value": "220" }
}
],
"connections": [
[ "pico:GND.2", "led1:C", "black", [ "h0" ] ],
[ "pico:GND.1", "led2:C", "black", [ "h0" ] ],
[ "pico:GND.3", "led3:C", "black", [ "h0" ] ],
[ "led1:A", "r2:1", "green", [ "h0" ] ],
[ "r2:2", "pico:GP5", "green", [ "v0" ] ],
[ "led3:A", "r3:1", "green", [ "h28.8" ] ],
[ "r3:2", "pico:GP9", "green", [ "v0" ] ],
[ "led2:A", "r1:1", "green", [ "h0" ] ],
[ "r1:2", "pico:GP1", "green", [ "v0" ] ]
],
"dependencies": {}
}