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:
61:15719dbe8820
Parent:
58:4cc0ae5a7058
Child:
67:c360a2b2c948
--- a/main.cpp	Fri Oct 24 15:00:36 2014 +0000
+++ b/main.cpp	Fri Oct 24 15:21:21 2014 +0000
@@ -27,7 +27,7 @@
     MDMRtos<MDMSerial> mdm;
     GPSI2C gps;
     
-    mdm.setDebug(4);
+    //mdm.setDebug(4);
 
     if (!mdm.init(SIM_PIN, &devStatus))
         status = 1;