AWS IoT demonstration using the Avnet Shield (AT&T LTE) and the FRDM-K64F target board.

Dependencies:   K64F_FATFileSystem

Fork of mbed-os-example-tls-tls-client by mbed-os-examples

Revision:
23:b9ff83dc965f
Parent:
15:6f2798e45099
--- a/WNCInterface/WNCInterface.cpp	Wed Dec 07 21:19:07 2016 +0000
+++ b/WNCInterface/WNCInterface.cpp	Thu Dec 15 18:05:09 2016 +0000
@@ -189,4 +189,11 @@
     return NULL;
 }
 
+//
+// return the ICCID
+//
+void WNCInterface::getICCID(string *str) {
+    _pwnc->getICCID(str);
+}
 
+