V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Revision:
23:b9ff83dc965f
Parent:
15:6f2798e45099
Child:
28:54d9a550adf1
--- 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);
+}
 
+