ledbar/arduino
Petr Baudis 77f6d83bac Change serial speed from 115200 to 57600
With non-blinkenlight setups, 115200 communication is not reliable at all. About 26kbaud should be enough bandwidth anyway.
2012-08-19 21:31:31 +02:00
..
autonomous autonomous: factor out setAllPinPWM() loop to ledbar.h:setbyc() 2012-07-20 23:11:27 +02:00
controlled Change serial speed from 115200 to 57600 2012-08-19 21:31:31 +02:00
ledbar.h arduino: Change firmware to use 20 LEDs instead of 10; we have 4 working TLC PCBs\! 2012-08-19 21:29:20 +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.