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
MotionFSM/include/Events.h@1:75966605a6a3, 2017-11-10 (annotated)
- Committer:
- suads
- Date:
- Fri Nov 10 15:35:26 2017 +0000
- Revision:
- 1:75966605a6a3
mbed cli
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
suads | 1:75966605a6a3 | 1 | #ifndef MOTIONFSM_EVENTS_H_ |
suads | 1:75966605a6a3 | 2 | #define MOTIONFSM_EVENTS_H_ |
suads | 1:75966605a6a3 | 3 | |
suads | 1:75966605a6a3 | 4 | struct Stop {}; |
suads | 1:75966605a6a3 | 5 | struct Move {}; |
suads | 1:75966605a6a3 | 6 | |
suads | 1:75966605a6a3 | 7 | #endif /* ifndef MOTIONFSM_EVENTS_H_ */ |