#ifndef _STATE_MACHINE_H_ #define _STATE_MACHINE_H_ void statemachine_run(int click, int encoder, int kill); void statemachine_motors_done(void); #endif // _STATE_MACHINE_H_