clang tidy
This commit is contained in:
parent
7d15c6fd8f
commit
ab0e94cd84
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue