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