Go to the documentation of this file.
23 #ifndef SENSOR_CONFIG_H
24 #define SENSOR_CONFIG_H
30 #define USE_JSON (true)
36 #define USE_SENSOR_ADT (true)
42 #define USE_SENSOR_HIH (true)
48 #define USE_SENSOR_HYT (true)
54 #define USE_SENSOR_DEP (true)
60 #define USE_SENSOR_OA2 (true)
61 #define USE_SENSOR_OA3 (true)
67 #define USE_SENSOR_OB2 (true)
68 #define USE_SENSOR_OB3 (true)
74 #define USE_SENSOR_OC2 (true)
75 #define USE_SENSOR_OC3 (true)
81 #define USE_SENSOR_OD2 (true)
82 #define USE_SENSOR_OD3 (true)
88 #define USE_SENSOR_OE3 (true)
94 #define USE_SENSOR_LWT (true)
100 #define USE_SENSOR_HI7 (true)
106 #define USE_SENSOR_BMP (true)
112 #define USE_SENSOR_DW1 (true)
118 #define USE_SENSOR_TBR (true)
124 #define USE_SENSOR_STH (true)
130 #define USE_SENSOR_ITH (true)
136 #define USE_SENSOR_NTH (true)
142 #define USE_SENSOR_MTH (true)
148 #define USE_SENSOR_XTH (true)
154 #define USE_SENSOR_SSD (true)
160 #define USE_SENSOR_ISD (true)
166 #define USE_SENSOR_NSD (true)
172 #define USE_SENSOR_MSD (true)
178 #define USE_SENSOR_XSD (true)
184 #define USE_SENSOR_SMI (true)
190 #define USE_SENSOR_IMI (true)
196 #define USE_SENSOR_NMI (true)
202 #define USE_SENSOR_MMI (true)
208 #define USE_SENSOR_GWS (true)
214 #define USE_SENSOR_XMI (true)
220 #define USE_SENSOR_RF24 (false)
226 #define RAIN_FOR_TIP (1)
232 #define VALUES_TO_READ_FROM_SENSOR_COUNT (3)
233 #define JSONS_TO_READ_FROM_SENSOR_COUNT (3)
247 #define OBSERVATIONS_MINUTES (1)
253 #define STATISTICAL_DATA_COUNT (15)
259 #define OBSERVATION_COUNT (STATISTICAL_DATA_COUNT * 2)
265 #define OBSERVATION_COUNT_TOLLERANCE (1)
267 #if (OBSERVATION_COUNT < STATISTICAL_DATA_COUNT)
268 #error OBSERVATION_COUNT must be major of STATISTICAL_DATA_COUNT !!!