DIYmall 0.96" Inch I2c IIC Serial 128x64 Oled LCD LED White Display Module

Dependencies:   Adafruit_GFX SDFileSystem

Fork of ATT_AWS_IoT_demo by AT&T IoT

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);
+}
 
+