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 KOPIRANO_cell_locker by
CaseFSM/PhoneUndetected.cpp
- Committer:
- suads
- Date:
- 2017-11-10
- Revision:
- 1:75966605a6a3
File content as of revision 1:75966605a6a3:
#include <PhoneUndetected.h> #include <DeviceEmpty.h> #include <CaseEvents.h> #include <CaseFsm.h> PhoneUndetected::PhoneUndetected(CaseFsmStates& states, Timer& timer): CaseState(states,timer) {} CaseState* PhoneUndetected::handle(SwitchPosition& event) { printf("Odoh u DEVICE EMPTY STATE\r\n"); return states_.deviceEmptyState(); }