From a27224521aeb37e2cf986e0963de740149f024c4 Mon Sep 17 00:00:00 2001 From: Lazar Obradovic Date: Fri, 20 Oct 2017 12:45:18 +0200 Subject: [PATCH] Corrected IRRecv notice. --- MagicHome-LED-strip-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagicHome-LED-strip-controller.md b/MagicHome-LED-strip-controller.md index 77ae5fb0..ad6a8360 100644 --- a/MagicHome-LED-strip-controller.md +++ b/MagicHome-LED-strip-controller.md @@ -47,5 +47,5 @@ Some GPIO are preconfigured with the board: - GPIO12 - Blue color on the LED strip, third pin from the GND Due to variants, you can configure: -- GPIO04 - on non-IR boards, it's open pin you can use for Onewire, button or something else. On IR-enabled boards, IR receiver is connected to this pin. Today, Sonoff doesn't use this receiver, but support for it is being worked upon. -- GPIO13 - This pin is not used on RGB board (so you'll leave it as "None"), but on RGBW, it's driving another channel for LED strip. Depending on the strip type, you can set it to PWM4 (for RGB+Cold White) or PWM5 (for RGB+Warm White). +- GPIO04 - on non-IR boards, it's an open pin you can use for Onewire, button or something else. It might have pull-down resistor and/or bypass capacitor, so please take that into consideration. On IR-enabled boards, IR receiver is connected to this pin, so you can use IRRecv as functionality. +- GPIO13 - This pin is not used on RGB board (so you'll leave it as "None"), but on RGBW, it's driving another channel (cold white or warm white) for LED strip. \ No newline at end of file