Skip to content

Commit bfb5c92

Browse files
superhamkrzychb
authored andcommitted
Update adc.rst. Merges #1657
1 parent 17e8d49 commit bfb5c92

File tree

1 file changed

+1
-1
lines changed
  • docs/api-reference/peripherals

1 file changed

+1
-1
lines changed

docs/api-reference/peripherals/adc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Overview
66

77
ESP32 integrates two 12-bit SAR (`Successive Approximation Register <https://en.wikipedia.org/wiki/Successive_approximation_ADC>`_) ADCs (Analog to Digital Converters) and supports measurements on 18 channels (analog enabled pins). Some of these pins can be used to build a programmable gain amplifier which is used for the measurement of small analog signals.
88

9-
The ADC driver API supports ADC1 (9 channels, attached to GPIOs 32 - 39), and ADC2 (10 channels, attached to GPIOs 0, 2, 4, 12 - 15 and 25 - 27).
9+
The ADC driver API supports ADC1 (8 channels, attached to GPIOs 32 - 39), and ADC2 (10 channels, attached to GPIOs 0, 2, 4, 12 - 15 and 25 - 27).
1010
However, there're some restrictions for the application to use ADC2:
1111

1212
1. The application can use ADC2 only when Wi-Fi driver is not started, since the ADC is also used by the Wi-Fi driver, which has higher priority.

0 commit comments

Comments
 (0)