Added some small hints on which PWM controllers should be connected to which GPIO pins

papaiatis 2018-11-25 13:43:01 +01:00
parent 8d2c390af0
commit 4a03ffe652
1 changed files with 4 additions and 4 deletions

@ -1,4 +1,4 @@
## MagicHome LED controllers (aka Flux-Led)
## MagicHome LED controllers (aka Flux-Led, aka Arilux AL-LC01)
<img alt="MagicHome LED controller pads" src="https://user-images.githubusercontent.com/29731130/31029721-23312a68-a553-11e7-9bd9-0a45f38d3375.jpg" width="30%" align="right" />
<img alt="MagicHome LED controller pads" src="https://user-images.githubusercontent.com/29731130/31029726-269589f6-a553-11e7-95ed-aecb334d3aa3.jpg" width="30%" align="right" />
@ -44,9 +44,9 @@ You can then connect the power back to the board and Sonoff-Tasmota should be ru
## Configuration
Some GPIO are preconfigured with the board:
- GPIO05 - Green color on the led strip, first pin from the GND
- GPIO14 - Red color on the LED strip, second pin from the GND
- GPIO12 - Blue color on the LED strip, third pin from the GND
- GPIO05 - (PWM2) Green color on the led strip, first pin from the GND
- GPIO14 - (PWM1) Red color on the LED strip, second pin from the GND
- GPIO12 - (PWM3) Blue color on the LED strip, third pin from the GND
Check this for Board Version 2.3 : [#1867](https://github.com/arendst/Sonoff-Tasmota/issues/1867#issuecomment-364811579)