initial commit
This commit is contained in:
commit
51e3178414
7 changed files with 1386 additions and 0 deletions
9
config.h
Normal file
9
config.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// state machine
|
||||
// List animations here
|
||||
|
||||
typedef enum STATE {
|
||||
CHASETHEDOT,
|
||||
PLANARFLOP3D
|
||||
};
|
||||
|
||||
STATE currentState, lastState;
|
||||
Loading…
Add table
Add a link
Reference in a new issue