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>2013-11-11 03:32:15 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2013-11-11 03:32:15 +0400
commitb2489cc0eed637dc4f7d50030f1649624a266187 (patch)
tree2ae76bba35a111f01d01b5d00920fabcadec9aba
parentca1a822e27fdd8681757f1e9364008bc49b48b4c (diff)
Updating readme
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index b45b7c35..0322f123 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
-FastLED2
-========
+FastLED
+=======
+
+This is a library for easily & efficiently controlling a wide variety of LED chipsets, like the ones
+sold by adafruit (Neopixel, LPD8806), Sparkfun (WS2801), and aliexpress. In addition to writing to the
+leds, this library also includes a number of functions for high-performing 8bit math for manipulating
+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.
+
+*TODO* - document supported chipsets
+*TODO* - provide simple sample code in readme
+*TODO* - provide link to full documentation in readme.
+*TODO* - get candy
-The main FastLED2 library (successor to FastSPI_LED)