forked from adafruit/Adafruit_Sensor
clang tidy
This commit is contained in:
@@ -138,7 +138,8 @@ typedef struct {
|
|||||||
float current; /**< current in milliamps (mA) */
|
float current; /**< current in milliamps (mA) */
|
||||||
float voltage; /**< voltage in volts (V) */
|
float voltage; /**< voltage in volts (V) */
|
||||||
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
|
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
|
||||||
int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is normal */
|
int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
|
||||||
|
normal */
|
||||||
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
|
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
|
||||||
sensors_color_t color; /**< color in RGB component values */
|
sensors_color_t color; /**< color in RGB component values */
|
||||||
}; ///< Union for the wide ranges of data we can carry
|
}; ///< Union for the wide ranges of data we can carry
|
||||||
|
Reference in New Issue
Block a user