Files
espurna/code/test/build/sensor.h
Rui Marinho 6266930a4d sns: Add BME680 (#2295)
Add support for BME680 using libalgobsec proprietary algorithms for precise Indoor Air Quality (IAQ) measurement. Unlike traditional CO2 sensors - and good ones are expensive - it measures nearly all VOCs compounds in the air (plus other gases) and compensates those measurements with its built-in temperature and humidity sensors to determine indoor air quality.

Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
2020-08-02 09:12:38 +03:00

33 lines
809 B
C

#define AM2320_SUPPORT 1
#define ANALOG_SUPPORT 1
#define BH1750_SUPPORT 1
#define BMP180_SUPPORT 1
#define BMX280_SUPPORT 1
#define BME680_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 SI1145_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
#define HDC1080_SUPPORT 1