ledbar/arduino
2011-09-20 20:50:21 +02:00
..
autonomous.pde Current version of the autonomous sketch 2011-09-20 19:11:35 +02:00
controlled.pde Sketch for computer-controlled ledbar 2011-09-20 20:50:21 +02:00
README arduino/autonomous.pde: Add the autonomous LED control sketch 2011-04-22 18:37:19 +02:00

These sketches require the Tlc5940 library, with NUM_TLCS set to 23.
You may also need to reduce HardwareSerial RX_BUFFER_SIZE to something
like 16 in order to free up more RAM.

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.