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: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: measurement/LocationUpdate.h
- Revision:
- 71:063c45e99578
- Parent:
- 56:4d6e34f1589d
- Child:
- 73:313975bfec96
--- a/measurement/LocationUpdate.h Tue Feb 10 20:52:13 2015 +0000
+++ b/measurement/LocationUpdate.h Mon Feb 16 09:17:30 2015 +0000
@@ -19,6 +19,8 @@
SmartRestTemplate& _tpl;
AbstractSmartRest& _client;
GPSTracker& _gpsTracker;
+ float oldValues[3];
+ Timer sendingTimer;
};
#endif
\ No newline at end of file

Cumulocity