Remote I/O Sensor bus with AT&T flow and M2X cloud

Dependencies:   DHT11 FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
62:73c564e883e9
Parent:
53:dcccf2881fa0
Child:
63:90d7c69993cd
--- 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;