{
"version": 1,
"author": "Fernando Martinez Santa",
"editor": "wokwi",
"parts": [
{ "type": "board-st-nucleo-l031k6", "id": "nucleo", "top": 0, "left": 0, "attrs": {} },
{ "type": "wokwi-potentiometer", "id": "pot1", "top": -39.7, "left": 115, "attrs": {} },
{ "type": "wokwi-gnd", "id": "gnd1", "top": 105.6, "left": 114.6, "attrs": {} },
{ "type": "wokwi-vcc", "id": "vcc1", "top": 0.76, "left": 201.6, "attrs": {} },
{ "type": "wokwi-led", "id": "led1", "top": 82.8, "left": 243.8, "attrs": { "color": "red" } },
{
"type": "wokwi-resistor",
"id": "r1",
"top": 167.15,
"left": 134.4,
"attrs": { "value": "1000" }
}
],
"connections": [
[ "$serialMonitor:TX", "nucleo:VCP_RX", "", [] ],
[ "$serialMonitor:RX", "nucleo:VCP_TX", "", [] ],
[ "nucleo:A0", "pot1:SIG", "green", [ "h0" ] ],
[ "pot1:GND", "gnd1:GND", "black", [ "v28.8", "h-19.2" ] ],
[ "pot1:VCC", "vcc1:VCC", "red", [ "v19.2", "h18.4" ] ],
[ "nucleo:D13", "r1:1", "green", [ "h0" ] ],
[ "r1:2", "led1:A", "green", [ "v0", "h75.6" ] ],
[ "led1:C", "gnd1:GND", "green", [ "v9.6", "h-76.4", "v-28.8" ] ]
],
"dependencies": {}
}