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:
96:5dfdc8568e9f
Parent:
94:61d44636f020
Child:
100:47ea098f8a47
--- a/measurement/TemperatureMeasurement.h	Wed Apr 22 11:22:25 2015 +0000
+++ b/measurement/TemperatureMeasurement.h	Mon Apr 27 10:50:21 2015 +0000
@@ -5,12 +5,11 @@
 #include "SmartRestTemplate.h"
 #include "LM75B.h"
 #include "DeviceInfo.h"
-#include "LCDDisplay.h"
 
 class TemperatureMeasurement
 {
 public:
-    TemperatureMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&, LCDDisplay&);
+    TemperatureMeasurement(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&);
 
     bool init();
     bool run();
@@ -24,7 +23,6 @@
     float oldValue;
     time_t t_start;
     DeviceInfo& _deviceInfo;
-    LCDDisplay& _lcdDisplay;
 };
 
 #endif
\ No newline at end of file