commit

Dependencies:   MPU6050_SIM5320_TEST

Fork of MPU_SDCARD by Suad Suljic

MotionFSM/include/Events.h

Committer:
suads
Date:
2017-11-10
Revision:
1:75966605a6a3

File content as of revision 1:75966605a6a3:

#ifndef MOTIONFSM_EVENTS_H_
#define MOTIONFSM_EVENTS_H_ 

struct Stop {};
struct Move {};

#endif /* ifndef MOTIONFSM_EVENTS_H_ */