ledbar/arduino
2012-11-16 18:37:24 +01:00
..
autonomous arduino: Change cmin[] semantics - pwm level of channel level 1, not 0 2012-08-19 23:38:24 +02:00
controlled Add synchronization byte \xAC at the beginning of RGB burst 2012-11-16 18:37:24 +01:00
ledbar.h arduino: Change cmin[] semantics - pwm level of channel level 1, not 0 2012-08-19 23:38:24 +02:00
README Convert arduino autonomous.pde to new TLC59116, single-TLC configuration 2012-06-28 00:36:19 +02:00

autonomous.pde: This is autonomous LED controller that implements several
simple color cycling algorithms directly on Ardiuno - no host controller
is required. All LEDs have the same color. Useful for testing.

controlled.pde: Listens to a byte stream on serial. The byte stream should
contain one R,G,B tribyte per LED, sent repeatedly.