commit

Dependencies:   MPU6050_SIM5320_TEST

Fork of MPU_SDCARD by Suad Suljic

CaseFSM/include/DeviceEmpty.h

Committer:
suads
Date:
2017-11-10
Revision:
1:75966605a6a3

File content as of revision 1:75966605a6a3:

#ifndef CASEFSM_DEVICEEMPTY_H_
#define CASEFSM_DEVICEEMPTY_H_

#include <CaseState.h>
#include "mbed.h"

class CaseFsmStates;

class DeviceEmpty : public CaseState {
  public:
  DeviceEmpty(CaseFsmStates& states, Timer& timer);
  CaseState* handle(SwitchPosition& event);
};
#endif /* ifndef CASEFSM_DEVICEEMPTY_H_ */