FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

Revision:
19:f89baed3bd6f
Parent:
2:0e2ef866af95
Child:
30:33be8e2992f3
--- a/wnc_control.h	Wed Jul 13 15:57:38 2016 +0000
+++ b/wnc_control.h	Wed Jul 13 17:35:14 2016 +0000
@@ -14,6 +14,7 @@
 extern int at_dnsresolve_wnc(const char * s, string * ipStr);
 extern void at_sockwrite_wnc(const char * s);
 extern unsigned at_sockread_wnc(string * pS, unsigned n, unsigned retries);
+extern void at_at_wnc(void);
 
 // High level functions that attempt to correct for things going bad with the WNC
 extern void software_init_mdm(void);