portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
49:ac0ba9d54ebc
Parent:
48:d5e21301543e
Child:
52:8f1370084268
--- a/main.cpp	Fri Jul 25 20:16:32 2014 +0000
+++ b/main.cpp	Mon Jul 28 11:49:42 2014 +0000
@@ -22,11 +22,11 @@
     }
     puts("Modem initialized");
 
-    /*if (!gps.init()) {
+    if (!gps.init()) {
         puts("GPS initialization failed.");
         return 1;
     }
-    puts("Gps initialized.");*/
+    puts("Gps initialized.");
     
     DeviceIO io(gps);
     io.lcdPrint("DEVICE INIT");