Open sofian opened 6 months ago
Ideally we should create a function that would return the resolution of the ADC but that would probably be hard. Some boards allow the change of the resolution, see: https://www.arduino.cc/reference/en/language/functions/analog-io/analogreadresolution/
... but there is no function that returns the resolution... so we need to figure that out on our own.
Ideally we should create a function that would return the resolution of the ADC but that would probably be hard. Some boards allow the change of the resolution, see: https://www.arduino.cc/reference/en/language/functions/analog-io/analogreadresolution/
... but there is no function that returns the resolution... so we need to figure that out on our own.