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:
98:9f2de96941c4
Parent:
97:ea056f6be2e8
Child:
99:e369fc75c000
--- a/MbedAgent.h	Mon Apr 27 13:02:50 2015 +0000
+++ b/MbedAgent.h	Mon Apr 27 13:30:21 2015 +0000
@@ -5,7 +5,6 @@
 #include "SmartRest.h"
 #include "SmartRestTemplate.h"
 #include "DeviceInfo.h"
-#include "DeviceMemory.h"
 #include "DeviceBootstrap.h"
 #include "DeviceIntegration.h"
 #include "ConfigurationSynchronization.h"
@@ -22,7 +21,7 @@
 class MbedAgent
 {
 public:
-    MbedAgent(GPSI2C&, DeviceInfo&, DeviceMemory&);
+    MbedAgent(GPSI2C&, DeviceInfo&);
 
     bool init();
     int run();