Files
espurna/code/test/build/sensor.h
Max Prokhorov 0d40d2275a Load sensor classes later (#2128)
* Sensors: refactor configuration

- move sensor implementaion to the .ino,
  remove dependency undef / define from sensor files
- update test/build/sensor.h from SENSOR_SUPPORT
- allow to change sensor config variables externally
- `#include <...>` for global headers and libraries,
  fix relative path for math library

* add missing sns <-> i2c dependency

* ledrelay should return relay_none as default

* rollback to original test header

* include debug header when requested (relative)
2020-02-04 02:14:31 +03:00

30 lines
733 B
C

#define AM2320_SUPPORT 1
#define ANALOG_SUPPORT 1
#define BH1750_SUPPORT 1
#define BMP180_SUPPORT 1
#define BMX280_SUPPORT 1
#define DALLAS_SUPPORT 1
#define DHT_SUPPORT 1
#define DIGITAL_SUPPORT 1
#define EVENTS_SUPPORT 1
#define EZOPH_SUPPORT 1
#define GEIGER_SUPPORT 1
#define GUVAS12SD_SUPPORT 1
#define LDR_SUPPORT 1
#define MAX6675_SUPPORT 1
#define MHZ19_SUPPORT 1
#define MICS2710_SUPPORT 1
#define MICS5525_SUPPORT 1
#define NTC_SUPPORT 1
#define PMSX003_SUPPORT 1
#define SDS011_SUPPORT 1
#define SENSEAIR_SUPPORT 1
#define SHT3X_I2C_SUPPORT 1
#define SI7021_SUPPORT 1
#define SONAR_SUPPORT 1
#define T6613_SUPPORT 1
#define THERMOSTAT_SUPPORT 1
#define TMP3X_SUPPORT 1
#define VEML6075_SUPPORT 1
#define VL53L1X_SUPPORT 1