{
"version": 1,
"author": "Dishvanthini Velmurugan",
"editor": "wokwi",
"parts": [
{ "type": "board-st-nucleo-c031c6", "id": "nucleo", "top": 0, "left": 0, "attrs": {} },
{ "type": "wokwi-potentiometer", "id": "pot1", "top": -10.9, "left": -105.8, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 25.2, "left": 330.2, "attrs": { "color": "red" } },
{
"type": "wokwi-led",
"id": "led2",
"top": 82.8,
"left": 349.4,
"attrs": { "color": "yellow" }
},
{
"type": "wokwi-led",
"id": "led3",
"top": 207.6,
"left": 349.4,
"attrs": { "color": "limegreen" }
}
],
"connections": [
[ "$serialMonitor:TX", "nucleo:PA3", "", [] ],
[ "$serialMonitor:RX", "nucleo:PA2", "", [] ],
[ "pot1:GND", "nucleo:GND.2", "black", [ "v0" ] ],
[ "nucleo:GND.9", "led1:C", "black", [ "h0" ] ],
[ "nucleo:GND.9", "led2:C", "black", [ "h0" ] ],
[ "nucleo:GND.9", "led3:C", "black", [ "h0" ] ],
[ "nucleo:PA3", "led1:A", "green", [ "h0" ] ],
[ "led2:A", "nucleo:PA5", "green", [ "v0" ] ],
[ "led3:A", "nucleo:PA6", "green", [ "v0" ] ],
[ "pot1:SIG", "nucleo:A2", "green", [ "v0" ] ],
[ "pot1:VCC", "nucleo:5V.2", "red", [ "v0" ] ]
],
"dependencies": {}
}