Hi all,
I just got my hands on a Ext. I/O 2 Unit to read 3 potentiometers. I and using the official ADC Input example code from here (https://github.com/m5stack/M5Unit-EXTIO2/blob/main/examples/Unit_EXTIO2_M5Core/ADC_INPUT/ADC_INPUT.ino)
It reads the data, but the number went to 4095 (max value) before the potentiometer is fully turned. Actually, if I position the knob right at the middle, it show 3160 on the screen. What did I do wrong? How can I have it cover the whole rotation?
many thanks,