added asynchronous timer

This commit is contained in:
Sean 2022-04-06 21:35:35 -04:00
parent 53879d6546
commit 62666ebb8c
6 changed files with 608 additions and 505 deletions

View file

@ -3,7 +3,10 @@
typedef enum STATE {
CHASETHEDOT,
RANDOMRAINBOW,
PLANARFLOP3D
};
STATE currentState, lastState;
bool timerReset = true;