From 794b36b2db43e6f50c908cf0b8d0109804ea08a0 Mon Sep 17 00:00:00 2001 From: Lorenz Nimmervoll <40146720150346@litec.ac.at> Date: Sat, 1 Feb 2020 09:51:11 +0100 Subject: [PATCH] added note for pin mapping of other boards --- Software_Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software_Installation.md b/Software_Installation.md index 15e384e..d48d69d 100644 --- a/Software_Installation.md +++ b/Software_Installation.md @@ -77,7 +77,7 @@ For beginners I would recommend watching this setup tutorial below. 5. Configure the parameters In the .ino file there are many parameters to change and tweak the essential settings are: -- `DATA_PIN`: The pin where the LED-Strip is connected +- `DATA_PIN`: The pin where the LED-Strip is connected (Note: If you are using another controller such as a clone or a NodeMCU board, you may need to configure the pin assignment for FastLED, See also [this entry in the FastLED Wiki](https://github.com/FastLED/FastLED/wiki/ESP8266-notes)) - `LED_TYPE`: The type of LED strip that is used (WS2812B, WS2811, ...)