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:
82:ca7430f50b2b
Parent:
68:0dc778a16d0d
Child:
91:423177e8a401
--- a/operation/OperationSupport.h	Wed Mar 04 14:02:39 2015 +0000
+++ b/operation/OperationSupport.h	Fri Mar 06 10:38:03 2015 +0000
@@ -15,7 +15,7 @@
 class OperationSupport
 {
 public:
-    OperationSupport(AbstractSmartRest&, SmartRestTemplate&, long&, ConfigurationSynchronization&, DeviceIO&);
+    OperationSupport(AbstractSmartRest&, SmartRestTemplate&, long&, ConfigurationSynchronization&, DeviceIO&, DisplayInfo&);
     
     bool init();
     bool run();