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:
15:0ccf0f530a05
Parent:
14:56da550a1baa
Child:
17:877a9a3148a4
--- a/io.h	Tue Feb 18 13:59:21 2014 +0000
+++ b/io.h	Tue Feb 18 15:36:12 2014 +0000
@@ -22,6 +22,7 @@
     float x, y, z;
 } acceleration_t;
 
+void io_init(void);
 float temperature();
 acceleration_t acceleration();
 uint32_t counter();