Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU6050_SIM5320_TEST
Fork of MPU_SDCARD by
DeviceFull.h
00001 #ifndef CASEFSM_DEVICEFULL_H_ 00002 #define CASEFSM_DEVICEFULL_H_ 00003 00004 #include <CaseState.h> 00005 00006 class CaseFsmStates; 00007 00008 class DeviceFull : public CaseState 00009 { 00010 public: 00011 DeviceFull(CaseFsmStates& states, Timer& timer); 00012 CaseState* handle(SwitchPosition& event); 00013 CaseState* handle(RFIDEvent& event); 00014 CaseState* handle(TimerEnd& event); 00015 00016 00017 }; 00018 #endif /* ifndef CASEFSM_DEVICEFULL_H_ */
Generated on Tue Jul 12 2022 19:25:17 by
1.7.2
