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

Fork of WncControllerLibrary by Fred Kellerman

Files at this revision

API Documentation at this revision

Comitter:
JMF
Date:
Thu Mar 09 00:58:50 2017 +0000
Parent:
34:68283b201052
Child:
36:d1a98d5f2bbd
Commit message:
added an "include <string.h>" to resolve an error regarding access strlen. This problem began when the mbed.org compiler was updated.

Changed in this revision

WncController.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/WncController.cpp	Thu Nov 17 18:33:34 2016 +0000
+++ b/WncController.cpp	Thu Mar 09 00:58:50 2017 +0000
@@ -77,6 +77,7 @@
 
 #include <cstdlib>
 #include <cctype>
+#include <string.h>
 #include "WncController.h"
 
 namespace WncController_fk {