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.
Fork of MTS-Cellular by
Diff: Cellular/Cellular.cpp
- Revision:
- 78:fc9d2b983744
- Parent:
- 76:6eeffc10739d
- Child:
- 80:e66bf5723b98
--- a/Cellular/Cellular.cpp Tue Jul 28 16:18:45 2015 +0000 +++ b/Cellular/Cellular.cpp Mon Aug 17 21:05:41 2015 +0000 @@ -247,7 +247,7 @@ done = true; } } while (!done); - + return result; } @@ -515,3 +515,23 @@ return true; } +bool Cellular::GPSenable(){ + return true; +} + +bool Cellular::GPSdisable(){ + return true; +} + +bool Cellular::GPSenabled(){ + return true; +} +Cellular::gpsData Cellular::GPSgetPosition(){ + gpsData response; + response.success = true; + return response; +} + +bool Cellular::GPSgotFix(){ + return true; +} \ No newline at end of file