mirror of
https://github.com/brmlab/ledbar.git
synced 2025-08-02 15:13:35 +02:00
Convert arduino autonomous.pde to new TLC59116, single-TLC configuration
This commit is contained in:
parent
2763d82908
commit
a78e231296
4 changed files with 79 additions and 29 deletions
|
@ -1,7 +1,6 @@
|
|||
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.
|
||||
|
||||
controlled.pde: Listens to a byte stream on serial. The byte stream should
|
||||
contain one R,G,B tribyte per LED, sent repeatedly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue