Cumulocity Official / Mbed 2 deprecated MbedSmartRestMain Featured

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
77:f6717e4eccc4
Parent:
73:313975bfec96
Child:
82:ca7430f50b2b
--- a/measurement/SignalQualityMeasurement.h	Wed Feb 25 10:06:11 2015 +0000
+++ b/measurement/SignalQualityMeasurement.h	Tue Mar 03 14:10:09 2015 +0000
@@ -21,7 +21,7 @@
     SmartRestTemplate& _tpl;
     AbstractSmartRest& _client;
     DeviceInfo& _deviceInfo;
-    float oldValues[2];
+    int oldValues[2];
     Timer sendingTimer;
     DeviceIO& _io;
     DeviceBootstrap& _bootstrap;