Fork with SeeedStudio Xadow GPS v2 enabled

Dependencies:   FXOS8700CQ MODSERIAL XadowGPS mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Committer:
stefanrousseau
Date:
Mon Jul 11 06:53:41 2016 +0000
Revision:
4:f83bedd9cab4
Parent:
2:0e2ef866af95
Child:
11:e6602513730f
Added a sensors file that will write the FRDM-K64F motion sensor and the values from the SiLabs PMOD into a structure.

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";
stefanrousseau 4:f83bedd9cab4 6 //Stefan's: static const char * MY_FLOW_DEVICE_ID_STR = "a26205cf22c24e28f36ca1691303f9a8";
JMF 2:0e2ef866af95 7 static const char * MY_SERVER_URL = "run-east.att.io";
JMF 2:0e2ef866af95 8 static const char * MY_APN_STR = "m2m.com.attz";
JMF 2:0e2ef866af95 9 static const char * MY_PORT_STR = "80";
JMF 2:0e2ef866af95 10
JMF 2:0e2ef866af95 11 #endif