That looks pretty dang complicated and quite a bit over my head. If the code I quoted above isn't what I should be using to see what my analogRead is then what should I be doing?
It seems like I should be able to...
I checked the analogue for one of the potentiometers outputs using the code below.
Got a range of about 60 to about 3939. Not sure what that means!
uint16_t CH01 = A13;
uint16_t min_value = 0xffff;...
Thanks for the help, I pulled those lines out. With those removed I'm getting 1024 to 63800 with both reading being a bit unstable (i.e. flickering between different numbers).
Regardless, it still shouldn't be...
Trying to make a button box with buttons, encoders, and potentiometers. Everything is working, but I'm running into an issue with the potentiometers.
For some reason they don't seem to output the full range. The...