Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
71:063c45e99578
Parent:
56:4d6e34f1589d
Child:
73:313975bfec96
--- a/measurement/TemperatureMeasurement.h	Tue Feb 10 20:52:13 2015 +0000
+++ b/measurement/TemperatureMeasurement.h	Mon Feb 16 09:17:30 2015 +0000
@@ -19,6 +19,8 @@
     SmartRestTemplate& _tpl;
     AbstractSmartRest& _client;
     LM75B& _sensor;
+    float oldValue;
+    Timer sendingTimer;
 };
 
 #endif
\ No newline at end of file