init

Dependencies:   MPU6050 PinDetect circular_buffer

MotionFSM/include/Events.h

Committer:
OsmanKameric
Date:
2017-11-07
Revision:
0:b416214256cd

File content as of revision 0:b416214256cd:

#ifndef MOTIONFSM_EVENTS_H_
#define MOTIONFSM_EVENTS_H_ 

struct Stop {};
struct Move {};

#endif /* ifndef MOTIONFSM_EVENTS_H_ */