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:
73:313975bfec96
Parent:
72:c5709ae7b193
Child:
76:b07effe83fb8
--- a/main.cpp	Mon Feb 16 13:15:52 2015 +0000
+++ b/main.cpp	Tue Feb 17 16:31:30 2015 +0000
@@ -100,8 +100,7 @@
         
         tries = 3;
         do {
-//            io.lcdPrint("AGENT RUN");
-            puts("R");
+            io.lcdPrint("Agent Run");
             if (agent.run())
                 break;
         } while (--tries > 0);