Skip to content

Commit

Permalink
Uploade README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bportaluri committed Mar 18, 2015
1 parent 27c987b commit 3d06c5c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 3d06c5c

Please sign in to comment.