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:
58:4cc0ae5a7058
Parent:
55:a0f7295ed6b6
Child:
61:15719dbe8820
--- a/main.cpp	Thu Oct 23 14:21:26 2014 +0000
+++ b/main.cpp	Fri Oct 24 08:55:17 2014 +0000
@@ -26,6 +26,8 @@
 
     MDMRtos<MDMSerial> mdm;
     GPSI2C gps;
+    
+    mdm.setDebug(4);
 
     if (!mdm.init(SIM_PIN, &devStatus))
         status = 1;