remove deprecated function

This commit is contained in:
blakadder 2020-04-11 18:31:06 +02:00
parent 8b7aca39f2
commit 55f4c53e9b

View File

@ -39,18 +39,18 @@
#define XSNS_27 27 #define XSNS_27 27
#define XI2C_21 21 // See I2CDEVICES.md #define XI2C_21 21 // See I2CDEVICES.md
#if defined(USE_SHT) || defined(USE_VEML6070) || defined(USE_TSL2561) // #if defined(USE_SHT) || defined(USE_VEML6070) || defined(USE_TSL2561)
#warning **** Turned off conflicting drivers SHT and VEML6070 **** // #warning **** Turned off conflicting drivers SHT and VEML6070 ****
#ifdef USE_SHT // #ifdef USE_SHT
#undef USE_SHT // SHT-Driver blocks gesture sensor // #undef USE_SHT // SHT-Driver blocks gesture sensor
#endif // #endif
#ifdef USE_VEML6070 // #ifdef USE_VEML6070
#undef USE_VEML6070 // address conflict on the I2C-bus // #undef USE_VEML6070 // address conflict on the I2C-bus
#endif // #endif
#ifdef USE_TSL2561 // #ifdef USE_TSL2561
#undef USE_TSL2561 // possible address conflict on the I2C-bus // #undef USE_TSL2561 // possible address conflict on the I2C-bus
#endif // #endif
#endif // #endif
#define APDS9960_I2C_ADDR 0x39 #define APDS9960_I2C_ADDR 0x39