{
"version": 1,
"author": "Student Project",
"editor": "wokwi",
"parts": [
{
"type": "board-stm32-bluepill",
"id": "stm32",
"top": 0,
"left": 0,
"attrs": {}
},
{
"type": "wokwi-potentiometer",
"id": "pot1",
"top": 0,
"left": 150,
"attrs": { "label": "Low (Bass)" }
},
{
"type": "wokwi-potentiometer",
"id": "pot2",
"top": 100,
"left": 150,
"attrs": { "label": "Mid" }
},
{
"type": "wokwi-potentiometer",
"id": "pot3",
"top": 220,
"left": 150,
"attrs": { "label": "High" }
}
],
"connections": [
[ "stm32:3V3.1", "pot1:VCC", "red", [ "h0" ] ],
[ "stm32:GND.1", "pot1:GND", "black", [ "h0" ] ],
[ "stm32:A0", "pot1:SIG", "green", [ "h0" ] ],
[ "stm32:3V3.1", "pot2:VCC", "red", [ "h0" ] ],
[ "stm32:GND.1", "pot2:GND", "black", [ "h0" ] ],
[ "stm32:A1", "pot2:SIG", "green", [ "h0" ] ],
[ "stm32:3V3.1", "pot3:VCC", "red", [ "h0" ] ],
[ "stm32:GND.1", "pot3:GND", "black", [ "h0" ] ],
[ "stm32:A2", "pot3:SIG", "green", [ "h0" ] ]
],
"serialMonitor": { "display": "always", "newline": "lf" }
}