mirror of
https://github.com/adafruit/Adafruit_Sensor.git
synced 2025-07-29 15:07:13 +02:00
Merge pull request #56 from tyeth/fix-nox-index-baseline
Fix NOX index baseline value (set to 1 in comment)
This commit is contained in:
@ -151,7 +151,7 @@ typedef struct {
|
|||||||
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
|
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
|
||||||
float voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
|
float voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
|
||||||
normal (unitless) */
|
normal (unitless) */
|
||||||
float nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal
|
float nox_index; /**< NOx (Nitrogen Oxides) index where 1 is normal
|
||||||
(unitless) */
|
(unitless) */
|
||||||
float CO2; /**< Measured CO2 in parts per million (ppm) */
|
float CO2; /**< Measured CO2 in parts per million (ppm) */
|
||||||
float eCO2; /**< equivalent/estimated CO2 in parts per million (ppm
|
float eCO2; /**< equivalent/estimated CO2 in parts per million (ppm
|
||||||
|
Reference in New Issue
Block a user