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:
13:4045b6ac448d
Child:
20:ef9cc1b42e9d
--- a/main.cpp	Tue Feb 18 13:59:21 2014 +0000
+++ b/main.cpp	Tue Feb 18 15:36:12 2014 +0000
@@ -1,4 +1,5 @@
 #include "common.h"
+#include "io.h"
 #include "ATResultBuffer.h"
 
 C027 c027;
@@ -13,6 +14,9 @@
     int ret;
     
     puts("Started...");
+    io_init();
+    puts("IO initialized.");
+
     c027.mdmWakeup();
     c027.mdmReset();
     c027.mdmPower(true);