Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2014-02-22 01:22:26 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-02-22 01:22:26 +0400
commit3dea83c6ab67d41cb7ac95058e5211e35a18c4ef (patch)
treef6a3efc39d01fd69279f164c5f4038a13000c4a5 /README.md
parent349a058685dacd62f6c9109266a3953a2c7dead2 (diff)
Update README.md
Adding note about folder name
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc31e9ae..fea1c296 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ leds, this library also includes a number of functions for high-performing 8bit
your RGB values, as well as low level classes for abstracting out access to pins and SPI hardware, while
still keeping things as fast as possible.
+Quick note for people installing from GitHub repo zips, rename the folder FastLED before copying it to your Arduino/libraries folder. Github likes putting -branchname into the name of the folder, which unfortunately, makes Arduino cranky!
+
We have multiple goals with this library:
* Quick start for new developers - hook up your leds and go, no need to think about specifics of the led chipsets being used