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:
23:0a48eebaaba8
Parent:
17:877a9a3148a4
Child:
27:bfd402593acc
--- a/common.h	Thu Feb 20 14:38:53 2014 +0000
+++ b/common.h	Mon Mar 24 09:58:46 2014 +0000
@@ -48,6 +48,7 @@
 extern MbedSmartRest client;
 
 const char * imei();
+const char * imsi();
 const char * cellId();
 const char * iccid();
 sigq_t * signalQuality();