A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

Revision:
72:0afdd141157c
Parent:
69:a99e384b720f
--- a/config_me.h	Fri Aug 12 17:18:09 2016 +0000
+++ b/config_me.h	Fri Aug 12 21:47:22 2016 +0000
@@ -6,7 +6,7 @@
 #define BUF_SIZE_FOR_N_MAX_SOCKREAD (10)
 #define MAX_WNC_SOCKREAD_PAYLOAD (1500)
 
-// This is the server's base URL name.  Example "www.google.com"
+// This is the server's base server name.  Example "www.google.com"
 // Note that when you Fork a FLOW, it will typically assign  either
 // "run-east.att.io" or "run-west.att.io", so be sure to check this.
 static const char * MY_SERVER_NAME       = "run-west.att.io";  //  CHECK ME, might be different