Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/en/api/adc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ This function will return analog value in millivolts (calibrated).
analogReadResolution
^^^^^^^^^^^^^^^^^^^^

This function is used to set the resolution of ``analogRead`` return value. Default is 12 bits (range from 0 to 4095)
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).
When different resolution is set, the values read will be shifted to match the given resolution.

Range is 1 - 16 .The default value will be used, if this function is not used.
Expand Down