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:
27:bfd402593acc
Parent:
23:0a48eebaaba8
Child:
32:56804dd00193
--- a/common.h	Wed Apr 16 08:31:21 2014 +0000
+++ b/common.h	Thu May 22 18:07:13 2014 +0000
@@ -5,9 +5,8 @@
 #include <stddef.h>
 #include "mbed.h"
 #include "C027.h"
-#include "UbloxUSBGSMModem.h"
-#include "UbloxUSBCDMAModem.h"
 #include "MbedSmartRest.h"
+#include "rtos.h"
 
 #define A0  P0_23
 #define A1  P0_24