first

Dependencies:   MPU6050_SIM5320_TEST

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers DeviceEmpty.h Source File

DeviceEmpty.h

00001 #ifndef CASEFSM_DEVICEEMPTY_H_
00002 #define CASEFSM_DEVICEEMPTY_H_
00003 
00004 #include <CaseState.h>
00005 #include "mbed.h"
00006 
00007 class CaseFsmStates;
00008 
00009 class DeviceEmpty : public CaseState {
00010   public:
00011   DeviceEmpty(CaseFsmStates& states, Timer& timer);
00012   CaseState* handle(SwitchPosition& event);
00013 };
00014 #endif /* ifndef CASEFSM_DEVICEEMPTY_H_ */