unify the "systems" functionality. Also, make the embeddedlinux tool more versatile.
This commit is contained in:
parent
f1a75267fb
commit
ca4c90b1a8
7 changed files with 224 additions and 75 deletions
|
@ -14,7 +14,10 @@
|
|||
#define NUM_LIN_LEDS 296
|
||||
#endif
|
||||
|
||||
#define LIN_WRAPAROUND 0 //Whether the output lights wrap around.
|
||||
#ifndef LIN_WRAPAROUND
|
||||
#define LIN_WRAPAROUND 0 //Whether the output lights wrap around. (Can't easily run on embedded systems)
|
||||
#endif
|
||||
|
||||
#define SORT_NOTES 0 //Whether the notes will be sorted.
|
||||
|
||||
extern uint8_t ledArray[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue