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

Dependencies:   mbed FXOS8700CQ MODSERIAL

Committer:
JMF
Date:
Sun Jul 10 00:52:49 2016 +0000
Revision:
2:0e2ef866af95
Child:
4:f83bedd9cab4
Adding in WNC code from Fred

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JMF 2:0e2ef866af95 1 #ifndef __CONFIG_ME_H_
JMF 2:0e2ef866af95 2 #define __CONFIG_ME_H_
JMF 2:0e2ef866af95 3
JMF 2:0e2ef866af95 4 // User must set these for own context:
JMF 2:0e2ef866af95 5 static const char * MY_FLOW_DEVICE_ID_STR = "48482f";
JMF 2:0e2ef866af95 6 static const char * MY_SERVER_URL = "run-east.att.io";
JMF 2:0e2ef866af95 7 static const char * MY_APN_STR = "m2m.com.attz";
JMF 2:0e2ef866af95 8 static const char * MY_PORT_STR = "80";
JMF 2:0e2ef866af95 9
JMF 2:0e2ef866af95 10 #endif