Skip to content

Commit 3940fab

Browse files
committed
Update ADC resolution
1 parent 209f7ea commit 3940fab

File tree

1 file changed

+2
-0
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet

1 file changed

+2
-0
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/cheat-sheet/cheat-sheet.md

+2
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ Note that all analog pins can be used as digital pins as well, but not vice vers
270270

271271
There are 8 analog input pins on the Nano ESP32, with 2 reserved for I2C communication (A4/A5). The ESP32-S3 embeds two SAR ADCs, `ADC1` and `ADC2`, where each ADC uses 4 channels each.
272272

273+
The default resolution for the ADC pins are 12-bit (returns a value between 0-4095).
274+
273275
| Pin | Type | Function | ADC channel |
274276
| --- | ------ | ------------------------------------------- | ----------- |
275277
| A0 | Analog | Analog input 0 | `ADC1_CH0` |

0 commit comments

Comments
 (0)