Hello!
I’m new to Bela and recently started following a Bela C++ course on YouTube. I’ve been progressing well, but I ran into an issue while working on the sixth video (Analog I/O). The professor asked us to wire a circuit and experiment with the analog pins using the scope-analog example, but my potentiometers didn’t seem to work as expected.
To troubleshoot, I checked all my components, and they seem fine. Then, I printed the values of gIn1 and gIn2 to debug, but they’re always stuck at 0.999985 (the maximum value), no matter what voltage I apply.
Could this mean my analog pins are broken, or is there something I’m overlooking? Any help or suggestions would be greatly appreciated!