SmartREST client reference implementation for the u-blox C027 mbed compatible device.

Dependencies:   C027 C027_Support mbed mbed-rtos MbedSmartRest LM75B MMA7660 C12832

Fork of MbedSmartRestTest by Vincent Wochnik

Revision:
20:ef9cc1b42e9d
Parent:
19:7bee744fe527
--- a/io.h	Tue Feb 18 17:17:48 2014 +0000
+++ b/io.h	Thu Feb 20 11:51:54 2014 +0000
@@ -16,5 +16,8 @@
 acceleration_t acceleration();
 uint32_t counter();
 double potentiometer(uint8_t n);
+void lcd_signal(int8_t rssi, uint8_t ber);
+void lcd_tenant(const char* tenant);
+void lcd_status(const char* status);
 
 #endif
\ No newline at end of file