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 Stacionary.h Source File

Stacionary.h

00001 #ifndef FSM_STACIONARY_H_
00002 #define FSM_STACIONARY_H_
00003 
00004 #include <State.h>
00005 #include "mbed.h"
00006 
00007 struct Move;
00008 class FsmStates;
00009 
00010 class Stacionary : public State {
00011   public:
00012   Stacionary(FsmStates& states, Timer& timer);
00013   State* handle(Move& event);
00014 };
00015 #endif /* ifndef FSM_DISCONNECTED_H_ */