Files
espurna/code/test/build/sensor.h
Alexander 49995d92d1 Add HDC1080, fix ADC_MODE_VALUE use in preprocessor (#2227)
* ADC_VCC is not macro

* In esp.h ADC_VCC and ADC_TOUT is not macro, so define macro.

* ADC_VCC and ADC_TOUT fixes in utils.ino and sensors.h

* Adding support for I2C temperature and humidity sensor HDC1080 / 831R

* Added HDC1080 to test\build\sensor.h and arduino.h

* added brackets

* Revert ADC_MODE_VALUE to initial values

* Eof newline

* Eof newline

Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
2020-04-25 07:46:37 +03:00

32 lines
784 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 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