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:
97:ea056f6be2e8
Parent:
68:0dc778a16d0d
Child:
98:9f2de96941c4
--- a/io/DeviceMemory.h	Mon Apr 27 10:50:21 2015 +0000
+++ b/io/DeviceMemory.h	Mon Apr 27 13:02:50 2015 +0000
@@ -2,7 +2,6 @@
 #define DEVICEMEMORY_H
 
 #include <stddef.h>
-#include "MDM.h"
 
 /**
  * Device Memory storage handler
@@ -10,7 +9,7 @@
 class DeviceMemory
 {
 public:
-    DeviceMemory(MDMSerial&);
+    DeviceMemory() {}
     
     /** loads credentials from persistent memory */
     bool loadPlatformCredentials(char*, char*, size_t);
@@ -31,7 +30,6 @@
     bool resetConfiguration();
 
 private:
-    MDMSerial& _mdm;
 };
 
 #endif
\ No newline at end of file