File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ This function will return analog value in millivolts.
48
48
analogReadResolution
49
49
^^^^^^^^^^^^^^^^^^^^
50
50
51
- This function is used to set the resolution of ``analogRead `` return value. Default is 12 bits (range from 0 to 4096 )
52
- for all chips except ESP32S3 where default is 13 bits (range from 0 to 8192 ).
51
+ This function is used to set the resolution of ``analogRead `` return value. Default is 12 bits (range from 0 to 4095 )
52
+ for all chips except ESP32S3 where default is 13 bits (range from 0 to 8191 ).
53
53
When different resolution is set, the values read will be shifted to match the given resolution.
54
54
55
55
Range is 1 - 16 .The default value will be used, if this function is not used.
@@ -205,4 +205,4 @@ Here is an example of how to use the ADC.
205
205
.. literalinclude :: ../../../libraries/ESP32/examples/AnalogRead/AnalogRead.ino
206
206
:language: arduino
207
207
208
- Or you can run Arduino example 01.Basics -> AnalogReadSerial.
208
+ Or you can run Arduino example 01.Basics -> AnalogReadSerial.
You can’t perform that action at this time.
0 commit comments