added asynchronous timer
This commit is contained in:
parent
53879d6546
commit
62666ebb8c
6 changed files with 608 additions and 505 deletions
3
config.h
3
config.h
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
typedef enum STATE {
|
||||
CHASETHEDOT,
|
||||
RANDOMRAINBOW,
|
||||
PLANARFLOP3D
|
||||
};
|
||||
|
||||
STATE currentState, lastState;
|
||||
|
||||
bool timerReset = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue