Skip to content

Commit 4978c9f

Browse files
authored
Merge pull request #56 from tyeth/fix-nox-index-baseline
Fix NOX index baseline value (set to 1 in comment)
2 parents 7b2473b + b0632cd commit 4978c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ typedef struct {
151151
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
152152
float voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
153153
normal (unitless) */
154-
float nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal
154+
float nox_index; /**< NOx (Nitrogen Oxides) index where 1 is normal
155155
(unitless) */
156156
float CO2; /**< Measured CO2 in parts per million (ppm) */
157157
float eCO2; /**< equivalent/estimated CO2 in parts per million (ppm

0 commit comments

Comments
 (0)