Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU6050_SIM5320_TEST
Fork of KOPIRANO_cell_locker by
Diff: MotionFSM/include/Events.h
- Revision:
- 1:75966605a6a3
diff -r 203cf529f52a -r 75966605a6a3 MotionFSM/include/Events.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MotionFSM/include/Events.h Fri Nov 10 15:35:26 2017 +0000 @@ -0,0 +1,7 @@ +#ifndef MOTIONFSM_EVENTS_H_ +#define MOTIONFSM_EVENTS_H_ + +struct Stop {}; +struct Move {}; + +#endif /* ifndef MOTIONFSM_EVENTS_H_ */