You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ADC.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ After wiring a peripheral to GPIO17 (A0) pin you have to configure it in **Confi
12
12
13
13

14
14
15
-
The ESP32 board has four ADC GPIO pins available (gpio34, gpio35, gpio36, gpio39) which can be used for analog inputs. These can be used to read voltage at the ADC pin or to read the module supply voltage (VCC).
15
+
The ESP32 board has eight ADC GPIO pins available (gpio32, gpio33, gpio34, gpio35, gpio36, gpio37, gpio38, gpio39 which are ADC1 channel in ESP32 platform, see [Tasmota ESP32 features](https://tasmota.github.io/docs/ESP32/). Usually only 6 available in ESP32 board: 32, 33, 34, 35, 36 and 39) which can be used for analog inputs. These can be used to read voltage at the ADC pin or to read the module supply voltage (VCC).
16
16
All analog input pins support 3.3V.
17
17
18
18
After wiring a peripheral to the specified Analog Input GPIO pin, it can be configured in **Configure Module**:
0 commit comments