Closed jlsilicon closed 1 year ago
10 bits is the Arduino default for compatibility reasons. If you need better (and know your board supports it) you can change with analogReadResolution().
This works as intended, so closing.
Regards, Oliver
oh well
I used analogRead() for Lgt8fx , but it only gave me values from 0 to 1023 (10bits). -- which is wrong for Lgt8f chips. I needed to manually read ADCH + ADCL to get the values from 0 to 4095 (12bits)
See below :