mirror of https://github.com/arendst/Tasmota.git
Updated Expanding Tasmota (markdown)
parent
73e340961e
commit
6ce278c3b6
|
@ -82,7 +82,7 @@ Internal pull-up/-down resistors
|
|||
GPIO 0-15 all have a built-in pull-up resistor, just like in an Arduino. GPIO16 has a built-in pull-down resistor.
|
||||
|
||||
### PWM
|
||||
Unlike most Atmel chips (Arduino), the ESP8266 doesn’t support hardware PWM, however, software PWM is supported on all digital pins. The default PWM range is 10-bits @ 1kHz, but this can be changed (up to >14-bit@1kHz). Check [Restrictions](https://github.com/arendst/Tasmota/wiki/Expanding-Tasmota#restrictions).
|
||||
Unlike most Atmel chips (Arduino), the ESP8266 doesn’t support hardware PWM, however, software PWM is supported on all digital pins. The default PWM range is 10-bits @ 1kHz, but this can be changed (up to >14-bit@1kHz). Check [Restrictions](Expanding-Tasmota#red_circle-restrictions).
|
||||
|
||||
### Analog input
|
||||
The ESP8266 has a single analog input, with an input range of 0 - 1.0V. If you supply 3.3V, for example, you will damage the chip. Some boards like the NodeMCU have an on-board resistive voltage divider, to get an easier 0 - 3.3V range. You could also just use a trimpot as a voltage divider.
|
||||
|
|
Loading…
Reference in New Issue