blob: b0e63d2a5bba55aa18bb6b111c096d8725c2a875 [file] [log] [blame]
#ifndef SSP_MOTORCALLBACK_H
#define SSP_MOTORCALLBACK_H
int (*getMotorCallback(void))(int);
int setMotorCallback(int (*callback)(int state));
void setSensorCallback(bool flag, int duration);
int setMotorCallback(int (*callback)(int state));
#endif // SSP_MOTORCALLBACK_H