{
"version": 1,
"author": "Anonymous maker",
"editor": "wokwi",
"parts": [
{ "type": "board-st-nucleo-c031c6", "id": "nucleo", "top": 29.63, "left": 75.82, "attrs": {} },
{
"type": "wokwi-led",
"id": "led1",
"top": 130.8,
"left": 368.6,
"attrs": { "color": "orange" }
},
{
"type": "wokwi-pushbutton",
"id": "btn1",
"top": 198.2,
"left": 374.4,
"attrs": { "color": "green", "xray": "1", "bounce": "0" }
}
],
"connections": [
[ "$serialMonitor:TX", "nucleo:PA3", "", [] ],
[ "$serialMonitor:RX", "nucleo:PA2", "", [] ],
[ "nucleo:D13", "led1:A", "green", [] ],
[ "led1:C", "nucleo:GND.9", "green", [] ],
[ "nucleo:D12", "btn1:1.l", "green", [] ],
[ "btn1:2.l", "nucleo:GND.9", "green", [] ]
],
"dependencies": {}
}