n/a

Dependencies:   C12832 mbed-http

Fork of HTTP-Python-Demo by Cambridge Hackathon

Revision:
4:14c774cf7ac2
Parent:
3:8135a6313648
--- 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