init
Dependencies: MPU6050 PinDetect circular_buffer
CaseFSM/include/DeviceFull.h
- Committer:
- OsmanKameric
- Date:
- 2017-11-07
- Revision:
- 0:b416214256cd
File content as of revision 0:b416214256cd:
#ifndef CASEFSM_DEVICEFULL_H_ #define CASEFSM_DEVICEFULL_H_ #include <CaseState.h> class CaseFsmStates; class DeviceFull : public CaseState { public: DeviceFull(CaseFsmStates& states, Timer& timer); CaseState* handle(SwitchPosition& event); CaseState* handle(RFIDEvent& event); CaseState* handle(TimerEnd& event); }; #endif /* ifndef CASEFSM_DEVICEFULL_H_ */