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
CaseState.cpp
00001 #include <CaseFsm.h> 00002 #include <CaseState.h> 00003 00004 CaseState::CaseState(CaseFsmStates& states,Timer& timer): states_(states),stateTimer_(timer){} 00005 00006 CaseState* CaseState::handle(SwitchPosition& event) { return states_.currentState(); } 00007 CaseState* CaseState::handle(RFIDEvent& event) { return states_.currentState(); } 00008 CaseState* CaseState::handle(TimerEnd& event) { return states_.currentState(); } 00009 00010
Generated on Tue Jul 12 2022 19:25:17 by
1.7.2
