Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 mbed-http
Fork of HTTP-Python-Demo by
Diff: config.h
- Revision:
- 4:14c774cf7ac2
- Parent:
- 3:8135a6313648
diff -r 8135a6313648 -r 14c774cf7ac2 config.h --- a/config.h Sun Nov 26 00:22:09 2017 +0000 +++ b/config.h Sun Nov 26 07:24:36 2017 +0000 @@ -1,6 +1,17 @@ #ifndef _CONFIG_H #define _CONFIG_H -#define SERVERNAME "Bianca" +#define SERVERNAME "Bianca" +#define GETTIMERINIT 5 +#define REPORTTIMERINIT 10 +#define ALERTLISTSIZE 32 + +/* These macros are to be set to 0 when the sensor is not used. When the sensor is used, the corresponding macro should be 1 (and not any other number; + this is important for calculating array indices, sizes etc... */ +#define USING_TEMPERATURE 1 +#define USING_LIGHT 1 +#define USING_AIR 1 +#define USING_LASER 0 +#define USING_ACCEL 1 #endif //_CONFIG_H \ No newline at end of file
