Suad Suljic / Mbed OS KOPIRANO_cell_locker

Dependencies:   MPU6050_SIM5320_TEST

Fork of MPU_SDCARD by Suad Suljic

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Events.h Source File

Events.h

00001 #ifndef MOTIONFSM_EVENTS_H_
00002 #define MOTIONFSM_EVENTS_H_ 
00003 
00004 struct Stop {};
00005 struct Move {};
00006 
00007 #endif /* ifndef MOTIONFSM_EVENTS_H_ */