Skip to content

Commit 823a3bd

Browse files
authored
Merge pull request #1523 from ortegafernando/patch-3
Update ADC.md: 6 ADC ports in ESP32
2 parents 5751f88 + d958ee6 commit 823a3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ADC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ After wiring a peripheral to GPIO17 (A0) pin you have to configure it in **Confi
1212

1313
![ADC configuration](_media/A0.png)
1414

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).
1616
All analog input pins support 3.3V.
1717

1818
After wiring a peripheral to the specified Analog Input GPIO pin, it can be configured in **Configure Module**:

0 commit comments

Comments
 (0)