GSMA version
Dependencies: FXOS8700CQ mbed sfh7779
Fork of StarterKit by
config_me.h@4:f83bedd9cab4, 2016-07-11 (annotated)
- 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?
User | Revision | Line number | New 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 |