Skip to content

Commit ea970d8

Browse files
authored
Merge pull request #1524 from ortegafernando/patch-4
Update ESP32.md
2 parents 823a3bd + 065c672 commit ea970d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/ESP32.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Enable display of ESP32 internal temperature with [`SetOption146 1`](Commands.md
102102
```
103103
You can deactivate sensor by using command [`SetSensor127 0`](Commands.md#setsensor)
104104

105+
### ADC
106+
Despite ESP32 has 18 ADC input pins, they are grouped in two channels: ADC1 (gpios 32, 33, 34, 35, 36, 37, 38, 39) and ADC2 (gpios 0, 2, 4, 12, 13, 14, 15, 25, 26, 27). ADC2 channel doesn't work with Wifi activated, so Tasmota can only use ADC1 channel. Besides, ESP32 boards usually have only 6 pins available: 32, 33, 34, 35, 36 and 39.
107+
105108
### DAC
106109

107110
[DAC](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/dac.html) GPIOs are supported through [Berry `gpio` module](Berry.md#dac-gpios).

0 commit comments

Comments
 (0)