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:
89:8ab476939897
Parent:
88:b1de34154513
Child:
90:0525121f307e
--- a/main.cpp	Wed Mar 11 10:02:35 2015 +0000
+++ b/main.cpp	Mon Mar 16 10:16:48 2015 +0000
@@ -33,7 +33,6 @@
 int main()
 {
     MDMParser::DevStatus devStatus;
-    int res;
     uint8_t status = 0;
 
     MDMRtos<MDMSerial> mdm;
@@ -51,7 +50,7 @@
         mdm.setDebug(-1);
     }        
     
-    io.lcdPrint("Device Init");
+    io.lcdPrint("Device Init V2.1rc1");
     if (!mdm.init(SIM_PIN, &devStatus)) {
         status = 1;
         io.lcdPrint("Modem Init Failure", "No SIM card found", "Or SIM has PIN code");