Sample program for using Pubnub on AT&T IoT Starter Kit (which has the WNC modem)

Dependencies:   Pubnub_mbed2_sync WNCInterface mbed-rtos mbed

Fork of WNCInterface_M2XMQTTdemo by Avnet

Revision:
3:84f5cf6f2521
Parent:
2:e355d362a2d8
Child:
4:c9290723dce9
--- a/main.cpp	Fri Oct 07 01:15:05 2016 +0000
+++ b/main.cpp	Fri Oct 07 01:35:19 2016 +0000
@@ -48,7 +48,7 @@
   eth.init(NULL,&pc);
   eth.connect();
     pc.printf("IP Address: %s" CRLF, eth.getIPAddress());
-  eth.doDebug(0);
+  eth.doDebug(3);
   
   while (true) {
     tval += 0.1;