]> granicus.if.org Git - esp-idf/commitdiff
Update adc.rst. Merges https://github.com/espressif/esp-idf/pull/1657
authorAlex Kaariainen <alex.kaariainen@valpo.edu>
Sun, 25 Feb 2018 04:21:16 +0000 (22:21 -0600)
committerkrzychb <krzychb@gazeta.pl>
Tue, 6 Mar 2018 05:54:20 +0000 (06:54 +0100)
docs/api-reference/peripherals/adc.rst

index fa6a6497c95ac57a707bb19cf8842674c89c8830..3ac2b17543925dd89f228f041426ba524e38af5b 100644 (file)
@@ -6,7 +6,7 @@ Overview
 
 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.
 
-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).
+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).
 However, there're some restrictions for the application to use ADC2:
 
 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.