Resolved! Problem reading analog values from 3 different potentiometers on STM32 Nucleo-F446RE
I have been trying to use three pots as dials for a guitar effects pedal project. Their purpose is to simply read the voltage from 0 - 3.3V and with some scaling (to turn the raw readings into 0-100 values) in the code to store these 3 values inside ...