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 b139bae commit 6cc7a63Copy full SHA for 6cc7a63
docs/en/api/adc.rst
@@ -52,7 +52,8 @@ 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).
+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-S2 where default is 13 bits (range from 0 to 8191).
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