init
Dependencies: MPU6050 PinDetect circular_buffer
MotionFSM/include/Events.h@0:b416214256cd, 2017-11-07 (annotated)
- Committer:
- OsmanKameric
- Date:
- Tue Nov 07 16:35:14 2017 +0000
- Revision:
- 0:b416214256cd
FIRST
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
OsmanKameric | 0:b416214256cd | 1 | #ifndef MOTIONFSM_EVENTS_H_ |
OsmanKameric | 0:b416214256cd | 2 | #define MOTIONFSM_EVENTS_H_ |
OsmanKameric | 0:b416214256cd | 3 | |
OsmanKameric | 0:b416214256cd | 4 | struct Stop {}; |
OsmanKameric | 0:b416214256cd | 5 | struct Move {}; |
OsmanKameric | 0:b416214256cd | 6 | |
OsmanKameric | 0:b416214256cd | 7 | #endif /* ifndef MOTIONFSM_EVENTS_H_ */ |