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:
2:0e2ef866af95
Child:
4:f83bedd9cab4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config_me.h	Sun Jul 10 00:52:49 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef __CONFIG_ME_H_
+#define __CONFIG_ME_H_
+
+// User must set these for own context:
+static const char * MY_FLOW_DEVICE_ID_STR = "48482f";
+static const char * MY_SERVER_URL         = "run-east.att.io";
+static const char * MY_APN_STR            = "m2m.com.attz";
+static const char * MY_PORT_STR           = "80";
+
+#endif