forked from adafruit/Adafruit_Sensor
clang tidy
This commit is contained in:
@ -138,10 +138,11 @@ 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
|
||||||
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
|
normal */
|
||||||
sensors_color_t color; /**< color in RGB component values */
|
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
|
||||||
}; ///< Union for the wide ranges of data we can carry
|
sensors_color_t color; /**< color in RGB component values */
|
||||||
|
}; ///< Union for the wide ranges of data we can carry
|
||||||
} sensors_event_t;
|
} sensors_event_t;
|
||||||
|
|
||||||
/* Sensor details (40 bytes) */
|
/* Sensor details (40 bytes) */
|
||||||
|
Reference in New Issue
Block a user