This library controls the WNC. There is a derived class for usage from the K64F board.
Fork of WncControllerLibrary by
Revision 22:db78f3e0d782, committed 2016-09-15
- Comitter:
- fkellermavnet
- Date:
- Thu Sep 15 23:52:02 2016 +0000
- Parent:
- 21:086841abc3aa
- Child:
- 23:aa2d716e234c
- Commit message:
- Make WNC_NO_RESPONSE = -999 for Jim.
Changed in this revision
| WncController.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/WncController.h Thu Sep 15 15:31:20 2016 +0000
+++ b/WncController.h Thu Sep 15 23:52:02 2016 +0000
@@ -73,7 +73,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
+ WNC_NO_RESPONSE = -999
};
/**
