STIMA  3
sensors_config.h
Go to the documentation of this file.
1 
3 /*********************************************************************
4 Copyright (C) 2017 Marco Baldinetti <m.baldinetti@digiteco.it>
5 authors:
6 Paolo Patruno <p.patruno@iperbole.bologna.it>
7 Marco Baldinetti <m.baldinetti@digiteco.it>
8 
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License as
11 published by the Free Software Foundation; either version 2 of
12 the License, or (at your option) any later version.
13 
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18 
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>.
21 **********************************************************************/
22 
23 #ifndef SENSOR_CONFIG_H
24 #define SENSOR_CONFIG_H
25 
26 
31 #define SENSORS_MAX (1)
32 
38 #define SENSORS_UNIQUE_MAX (1)
39 
44 #define USE_JSON (true)
45 
50 #define USE_SENSOR_ADT (false)
51 
56 #define USE_SENSOR_HIH (false)
57 
62 #define USE_SENSOR_HYT (false)
63 
68 #define USE_SENSOR_DEP (false)
69 
74 #define USE_SENSOR_OA2 (false)
75 #define USE_SENSOR_OA3 (false)
76 
81 #define USE_SENSOR_OB2 (false)
82 #define USE_SENSOR_OB3 (false)
83 
88 #define USE_SENSOR_OC2 (false)
89 #define USE_SENSOR_OC3 (false)
90 
95 #define USE_SENSOR_OD2 (false)
96 #define USE_SENSOR_OD3 (false)
97 
102 #define USE_SENSOR_OE3 (false)
103 
108 #define USE_SENSOR_LWT (false)
109 
114 #define USE_SENSOR_HI7 (false)
115 
120 #define USE_SENSOR_BMP (false)
121 
126 #define USE_SENSOR_DW1 (false)
127 
132 #define USE_SENSOR_TBR (false)
133 
138 #define USE_SENSOR_STH (false)
139 
144 #define USE_SENSOR_ITH (false)
145 
150 #define USE_SENSOR_NTH (false)
151 
156 #define USE_SENSOR_MTH (false)
157 
162 #define USE_SENSOR_XTH (false)
163 
168 #define USE_SENSOR_SSD (false)
169 
174 #define USE_SENSOR_ISD (false)
175 
180 #define USE_SENSOR_NSD (false)
181 
186 #define USE_SENSOR_MSD (false)
187 
192 #define USE_SENSOR_XSD (false)
193 
198 #define USE_SENSOR_SMI (false)
199 
204 #define USE_SENSOR_IMI (false)
205 
210 #define USE_SENSOR_NMI (false)
211 
216 #define USE_SENSOR_MMI (false)
217 
222 #define USE_SENSOR_GWS (false)
223 
228 #define USE_SENSOR_XMI (false)
229 
234 #define USE_SENSOR_RF24 (false)
235 
240 #define VALUES_TO_READ_FROM_SENSOR_COUNT (3)
241 #define JSONS_TO_READ_FROM_SENSOR_COUNT (3)
242 
243 #endif