We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7520cc commit b139baeCopy full SHA for b139bae
docs/en/api/adc.rst
@@ -52,8 +52,7 @@ This function will return analog value in millivolts (calibrated).
52
analogReadResolution
53
^^^^^^^^^^^^^^^^^^^^
54
55
-This function is used to set the resolution of ``analogRead`` return value. Default is 12 bits (range from 0 to 4095)
56
-for all chips except ESP32-S3 where default is 13 bits (range from 0 to 8191).
+This function is used to set the resolution of ``analogRead`` return value. Default is 12 bits (range from 0 to 4095).
57
When different resolution is set, the values read will be shifted to match the given resolution.
58
59
Range is 1 - 16 .The default value will be used, if this function is not used.
0 commit comments