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:
94:61d44636f020
Parent:
93:0acd11870c6a
Child:
96:5dfdc8568e9f
--- a/io/LCDDisplay.h	Mon Apr 13 14:24:58 2015 +0000
+++ b/io/LCDDisplay.h	Mon Apr 20 15:04:23 2015 +0000
@@ -3,7 +3,7 @@
 #include <string.h>
 #include "C12832.h"
 #include "rtos.h"
-#define DISPLAY_LEN 28
+#define DISPLAY_LEN 27
 
 class LCDDisplay
 {