Skip to content

Commit 8b1c1fd

Browse files
authored
[adc] Add P4 (#5185)
* [adc] Add P4 * Fix typo
1 parent db5af69 commit 8b1c1fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/sensor/adc.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,14 @@ ESP32 pins and Hardware Details
114114
* - ESP32-S3
115115
- GPIO1 - GPIO10
116116
- GPIO11 - GPIO20
117+
* - ESP32-P4
118+
- GPIO16 - GPIO23
119+
- GPIO49 - GPIO54
117120

118121
Different ESP32 variants use different ADC calibration methods:
119122

120123
* Original ESP32 (non-variant) & ESP32-S2: Use line-fitting calibration
121-
* ESP32-C3, ESP32-C5, ESP32-C6, ESP32-H2 & ESP32-S3: Use curve-fitting calibration
124+
* ESP32-C3, ESP32-C5, ESP32-C6, ESP32-H2, ESP32-S3 & ESP32-P4: Use curve-fitting calibration
122125

123126
This is handled automatically by the code, but it's worth noting if you're debugging ADC readings or need to understand the calibration process.
124127

0 commit comments

Comments
 (0)