mirror of https://github.com/arendst/Tasmota.git
PWM channels added to pin-out table.
parent
73401b49b8
commit
1ba35491cb
14
H801.md
14
H801.md
|
@ -9,13 +9,13 @@ It's not entirely clear where these devices come from originally, but they are a
|
||||||
|
|
||||||
The chip used on this board is the [ESP8266EX](https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf). 5 PWM outputs are connected to [DTU35N06](http://din-tek.jp/Upload/Product%20Doc/Datasheet/DTU35N06.pdf) MOSFETs to drive the 5 output channels (RGB + W1 + W2).
|
The chip used on this board is the [ESP8266EX](https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf). 5 PWM outputs are connected to [DTU35N06](http://din-tek.jp/Upload/Product%20Doc/Datasheet/DTU35N06.pdf) MOSFETs to drive the 5 output channels (RGB + W1 + W2).
|
||||||
|
|
||||||
| Function | ESP8266 Pin |
|
| Function | ESP8266 Pin | Channel |
|
||||||
| -------- | ----------- |
|
| -------- | ----------- | ------- |
|
||||||
| R | GPIO 15 |
|
| R | GPIO 15 | PWM1 |
|
||||||
| G | GPIO 13 |
|
| G | GPIO 13 | PWM2 |
|
||||||
| B | GPIO 12 |
|
| B | GPIO 12 | PWM3 |
|
||||||
| W1 | GPIO 14 |
|
| W1 | GPIO 14 | PWM4 |
|
||||||
| W1 | GPIO 04 |
|
| W2 | GPIO 04 | PWM5 |
|
||||||
| LED D1(red) | GPIO 05 |
|
| LED D1(red) | GPIO 05 |
|
||||||
| LED D2 (green) | GPIO 01 |
|
| LED D2 (green) | GPIO 01 |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue