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:
118:e831cdb799ab
Parent:
115:c54e9731b9de
Child:
124:311fa85af2b3
--- a/measurement/Acceleration.cpp	Wed May 20 09:55:49 2015 +0000
+++ b/measurement/Acceleration.cpp	Wed May 20 09:57:55 2015 +0000
@@ -40,8 +40,6 @@
                 time_t t_interval = time(NULL) - t_start;
                 if (t_interval < TIME_LIMIT_ACCE) {
                         return 0;
-                } else {
-                        aDebug("Acc: Timeout at %d s.\n", t_interval);
                 }
         }