From 3d06c5ce898c3c3fc24ba04dde456d44428a5742 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 18 Mar 2015 23:50:02 +0100 Subject: [PATCH] Uploade README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 97900bb..4a2f810 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # ALA Arduino Light Animation (ALA) is a library for Arduino boards simplify the development of light animations using a wide variety of LEDs and LED strips. +More details, examples and projects can be found [here](http://yaab-arduino.blogspot.com/p/ala.html). + +##Features + +- Pure Arduino implementation. No external software is needed on the PC to design and drive light animations. +- Support for monochrome LED, RGB LED, multiple LEDs and addressable RGB LED strips using **PWM output pins**, **WS2812 RGB LED strips** and **TLC5940 chips**. +- Lots of cool animations ready to use. +- Precise timing to allow synching animations to music. +- No use of delay() to allow to drive multiple channels and lines independently. + + +##Contributing + +If you discover a bug or would like to propose a new feature, please open a new [issue](https://github.com/bportaluri/ALA/issues).