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:
101:dbcd3bc51758
Parent:
100:47ea098f8a47
Child:
102:ef2827b2d00a
--- a/measurement/AnalogMeasurement.h	Thu May 07 13:56:19 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-#ifndef ANALOGMEASUREMENT_H
-#define ANALOGMEASUREMENT_H
-
-#include "SmartRest.h"
-#include "SmartRestTemplate.h"
-#include "mbed.h"
-#include "DeviceInfo.h"
-
-class AnalogMeasurement
-{
-public:
-    AnalogMeasurement(AbstractSmartRest&, SmartRestTemplate&, DeviceInfo&);
-    
-    bool init();
-    bool run();
-
-private:
-    bool _init;
-    SmartRestTemplate& _tpl;
-    AbstractSmartRest& _client;
-    float oldValues[2];
-    time_t t_start;
-    DeviceInfo& _deviceInfo;
-};
-
-#endif
\ No newline at end of file