File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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.
4848analogReadResolution
4949^^^^^^^^^^^^^^^^^^^^
5050
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 ).
5353When different resolution is set, the values read will be shifted to match the given resolution.
5454
5555Range 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.
205205.. literalinclude :: ../../../libraries/ESP32/examples/AnalogRead/AnalogRead.ino
206206 :language: arduino
207207
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