charlie-cube/config.h
2022-03-30 19:51:16 -04:00

9 lines
128 B
C

// state machine
// List animations here
typedef enum STATE {
CHASETHEDOT,
PLANARFLOP3D
};
STATE currentState, lastState;