diff --git a/H801.md b/H801.md index 9cc4ada7..2b9bdfac 100644 --- a/H801.md +++ b/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). -| Function | ESP8266 Pin | -| -------- | ----------- | -| R | GPIO 15 | -| G | GPIO 13 | -| B | GPIO 12 | -| W1 | GPIO 14 | -| W1 | GPIO 04 | +| Function | ESP8266 Pin | Channel | +| -------- | ----------- | ------- | +| R | GPIO 15 | PWM1 | +| G | GPIO 13 | PWM2 | +| B | GPIO 12 | PWM3 | +| W1 | GPIO 14 | PWM4 | +| W2 | GPIO 04 | PWM5 | | LED D1(red) | GPIO 05 | | LED D2 (green) | GPIO 01 |