mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 21:34:00 +02:00
arduino/autonomous.pde: Add the autonomous LED control sketch
This commit is contained in:
parent
39428b3e29
commit
eb4da1bf77
2 changed files with 167 additions and 0 deletions
7
arduino/README
Normal file
7
arduino/README
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue