{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{
"type": "board-st-nucleo-c031c6",
"id": "nucleo",
"top": -18.37,
"left": 95.02,
"attrs": {}
},
{
"type": "wokwi-led",
"id": "led1",
"top": -32.4,
"left": 387.8,
"attrs": { "color": "red" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": -32.4,
"left": 474.2,
"attrs": { "color": "green" }
},
{
"type": "wokwi-resistor",
"id": "r1",
"top": 72,
"left": 383.45,
"rotate": 90,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r2",
"top": 72,
"left": 431.45,
"rotate": 90,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-resistor",
"id": "r3",
"top": 72,
"left": 469.85,
"rotate": 90,
"attrs": { "value": "1000" }
},
{
"type": "wokwi-led",
"id": "led2",
"top": -32.4,
"left": 435.8,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-pushbutton-6mm",
"id": "btn1",
"top": 203.1,
"left": 42.9,
"rotate": 90,
"attrs": { "color": "green" }
},
{
"type": "wokwi-pushbutton-6mm",
"id": "btn2",
"top": 203.1,
"left": -5.1,
"rotate": 90,
"attrs": { "color": "green" }
}
],
"connections": [
[ "$serialMonitor:TX", "nucleo:PA3", "", [] ],
[ "$serialMonitor:RX", "nucleo:PA2", "", [] ],
[ "nucleo:PA5", "r1:2", "green", [ "h0" ] ],
[ "nucleo:PA6", "r2:2", "green", [ "h0" ] ],
[ "nucleo:PA7", "r3:2", "green", [ "h160.55" ] ],
[ "r1:1", "led1:A", "green", [ "h0" ] ],
[ "r2:1", "led2:A", "green", [ "h0" ] ],
[ "led3:A", "r3:1", "green", [ "v48" ] ],
[ "nucleo:GND.8", "led1:C", "black", [ "h64.55" ] ],
[ "led1:C", "led2:C", "green", [ "v19.2", "h48.4" ] ],
[ "led2:C", "led3:C", "green", [ "v19.2", "h38.8" ] ],
[ "nucleo:PA0", "btn1:1.r", "green", [ "h0" ] ],
[ "btn1:2.l", "nucleo:GND.3", "green", [ "v0" ] ],
[ "btn2:1.r", "nucleo:PA1", "green", [ "v0" ] ],
[ "btn2:2.l", "nucleo:GND.3", "green", [ "v0" ] ]
],
"dependencies": {}
}