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
DeviceEmpty.cpp
00001 #include <DeviceEmpty.h> 00002 #include <CaseEvents.h> 00003 #include <CaseFsm.h> 00004 00005 DeviceEmpty::DeviceEmpty(CaseFsmStates& states, Timer& timer): CaseState(states, timer) 00006 { 00007 00008 00009 } 00010 00011 CaseState* DeviceEmpty::handle(SwitchPosition& event) 00012 { 00013 printf("Odoh u DEVICE FULL STATE\r\n"); 00014 00015 return states_.deviceFullState(); 00016 } 00017 00018
Generated on Tue Jul 12 2022 19:25:17 by
1.7.2
