charlie-cube/config.h

13 lines
187 B
C

// state machine
// List animations here
typedef enum STATE {
CHASETHEDOT,
RAINBOWRANDOM,
RAINBOWCORNER,
PLANARFLOP3D
};
STATE currentState, lastState;
bool timerReset = true;