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:
60:3c822f97fc73
Parent:
57:4af5f1bec3a6
Child:
65:a62dbef2f924
--- a/MbedAgent.cpp	Fri Oct 24 11:30:43 2014 +0000
+++ b/MbedAgent.cpp	Fri Oct 24 15:00:36 2014 +0000
@@ -62,14 +62,14 @@
     while (true) {
         timer.reset();
         
-        _signalQualityMeasurement.run();
+        /*_signalQualityMeasurement.run();
         _temperatureMeasurement.run();
         _accelerationMeasurement.run();
         _analogMeasurement.run();
-        _locationUpdate.run();
+        _locationUpdate.run();*/
         _operationSupport.run();
         
-        while (timer.read() < MBED_AGENT_INTERVAL) {
+        while (timer.read() < 10 /*MBED_AGENT_INTERVAL*/) {
             Thread::yield();
         }
     }