From 3423c95b1ffab48fd74213a42deaf1949036e21a Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 3 Mar 2023 13:11:46 -0500 Subject: [PATCH] remove redundant lux --- Adafruit_Sensor.h | 4 +--- README.md | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Adafruit_Sensor.h b/Adafruit_Sensor.h index 516e491..b83a97b 100644 --- a/Adafruit_Sensor.h +++ b/Adafruit_Sensor.h @@ -79,8 +79,7 @@ typedef enum { SENSOR_TYPE_PM25_ENV = (27), SENSOR_TYPE_PM100_ENV = (28), SENSOR_TYPE_GAS_RESISTANCE = (29), - SENSOR_TYPE_LUX = (30), - SENSOR_TYPE_UNITLESS_PERCENT = (31) + SENSOR_TYPE_UNITLESS_PERCENT = (30) } sensors_type_t; /** struct sensors_vec_s is used to return a vector in a common format. */ @@ -170,7 +169,6 @@ typedef struct { million (ppm) */ float gas_resistance; /**< Proportional to the amount of VOC particles in the air (Ohms) */ - float lux; /**< SI lux (Lux) */ float unitless_percent; /**