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