Closed LordOlumide closed 1 month ago
The ESP32 has a 12-bit ADC means it will give digital values in the range of 0 – 4096 (2^12). This PR fixes the comment that says it has a 13-bit ADC.
Thank you!
The ESP32 has a 12-bit ADC means it will give digital values in the range of 0 – 4096 (2^12). This PR fixes the comment that says it has a 13-bit ADC.