This library controls the WNC. There is a derived class for usage from the K64F board.

Fork of WncControllerLibrary by Fred Kellerman

Revision:
28:eece2151e1e5
Parent:
27:c2b9ef5ccbef
Child:
29:69ada8524b4a
--- a/WncController.h	Wed Sep 21 02:31:23 2016 +0000
+++ b/WncController.h	Fri Sep 23 03:14:34 2016 +0000
@@ -78,7 +78,7 @@
         WNC_OFF = 0,
         WNC_ON, // This is intended to mean all systems go, including cell link up but socket may not be open
         WNC_ON_NO_CELL_LINK,
-        WNC_NO_RESPONSE = -999
+        WNC_NO_RESPONSE
     };
 
     /**