mirror of https://github.com/arendst/Tasmota.git
Generesize ESP8266 since ESP8285 is also used (allowing GPIO9/10 use)
parent
ce1b6ea471
commit
aeab45ce8e
|
@ -1,6 +1,6 @@
|
|||
**Component** is anything wired to the ESP8266 to be controlled by or send data to it.
|
||||
**Component** is anything wired to the Espressif ESP82xx SoC to be controlled by or send data to it.
|
||||
|
||||
Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units, etc. Every component is assigned to the ESP8266 GPIO it is wired (connected) to in the device template.
|
||||
Components can be: buttons, switches, relays, LEDs, sensors, displays, MCU units, etc. Every component is assigned to the ESP82xx GPIO it is wired (connected) to in the device template.
|
||||
|
||||
Every Tasmota device has some components configured by default. Most often there is a relay, a button and a LED configured as is the case for a Sonoff Basic in the following image.
|
||||
|
||||
|
|
Loading…
Reference in New Issue