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

Fork of WncControllerLibrary by Fred Kellerman

Revision:
32:6512f41ac6f0
Parent:
31:5db38ccccd1d
Child:
33:2958e09ad308
--- a/WncController.h	Fri Oct 07 18:36:42 2016 +0000
+++ b/WncController.h	Mon Oct 10 17:02:24 2016 +0000
@@ -404,7 +404,6 @@
     bool at_gettimedate_wnc(struct WncDateTime * tod);
     bool at_ping_wnc(const char * ip);
     bool at_geticcid_wnc(string * iccid);
-    bool at_power_save_off_wnc(void);
     
     // Utility methods
     void sendCmd(const char * cmd, bool crLf);