initial commit

This commit is contained in:
Sean 2022-03-30 19:51:16 -04:00
commit 51e3178414
7 changed files with 1386 additions and 0 deletions

9
config.h Normal file
View file

@ -0,0 +1,9 @@
// state machine
// List animations here
typedef enum STATE {
CHASETHEDOT,
PLANARFLOP3D
};
STATE currentState, lastState;