SmartREST client reference implementation for the u-blox C027 mbed compatible device.

Dependencies:   C027 C027_Support mbed mbed-rtos MbedSmartRest LM75B MMA7660 C12832

Fork of MbedSmartRestTest by Vincent Wochnik

Revision:
34:8a0556f39161
Parent:
33:b7d7e6fc421e
--- a/main.cpp	Thu Jun 12 14:33:04 2014 +0000
+++ b/main.cpp	Thu Jul 03 18:43:50 2014 +0000
@@ -19,7 +19,7 @@
     puts("IO initialized.");
 
     MDMSerial mdm;
-    mdm.setDebug(4);
+    //mdm.setDebug(4);
     pMdm = &mdm;
 
     if (!mdm.init(NULL, &devStatus)) {