This commit is contained in:
2025-02-28 14:30:08 +01:00
parent ea0f514c2b
commit ae617cade4
38 changed files with 4040 additions and 96 deletions

View File

@@ -151,7 +151,7 @@ typedef struct {
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
float voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
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) */
float CO2; /**< Measured CO2 in parts per million (ppm) */
float eCO2; /**< equivalent/estimated CO2 in parts per million (ppm

View File

@@ -1,5 +1,5 @@
name=Adafruit Unified Sensor
version=1.1.14
version=1.1.15
author=Adafruit <info@adafruit.com>
maintainer=Adafruit <info@adafruit.com>
sentence=Required for all Adafruit Unified Sensor based libraries.