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

Dependencies:   mbed FXOS8700CQ MODSERIAL

Files at this revision

API Documentation at this revision

Comitter:
stefanrousseau
Date:
Mon Aug 01 19:31:22 2016 +0000
Parent:
61:f6b93129f954
Child:
63:90d7c69993cd
Commit message:
Modified wnccontrol.cpp to use the serial port definitions in hardware.h instead of those locally declared.

Changed in this revision

wnc_control.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/wnc_control.cpp	Mon Aug 01 18:29:04 2016 +0000
+++ b/wnc_control.cpp	Mon Aug 01 19:31:22 2016 +0000
@@ -4,6 +4,7 @@
 #include "config_me.h"
 #include "SerialBuffered.h"
 #include "wnc_control.h"
+#include "hardware.h"
 
 // Outputs detailed WNC command info
 #define WNC_CMD_DEBUG_ON
@@ -11,8 +12,6 @@
 // Full debug output, longer cmds and extra cellular status checking
 #undef WNC_CMD_DEBUG_ON_VERBOSE
 
-extern Serial pc;
-extern Serial mdm;
 extern string MyServerIpAddress;
 extern string MySocketData;