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:
32:56804dd00193
Parent:
22:3a595f7826af
--- a/io.cpp	Mon May 26 08:26:01 2014 +0000
+++ b/io.cpp	Wed May 28 17:51:12 2014 +0000
@@ -1,5 +1,6 @@
 #include "io.h"
 #include "rtos.h"
+#include "mbed.h"
 
 void timer_callback(void const*);
 void lcd_update(void);