Skip to content

Commit 557a0f4

Browse files
committed
docs: concise VOC index comment
1 parent f9dbb5e commit 557a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class WipperSnapper_I2C_Driver_SGP40 : public WipperSnapper_I2C_Driver {
131131

132132
/** Cached latest measurements (no averaging). */
133133
uint16_t _rawValue = 0;
134-
uint16_t _vocIdx = 0; ///< Index for the VOC (volatile organic compounds) sensor reading
134+
uint16_t _vocIdx = 0; ///< VOC index value (0–500)
135135

136136
/*******************************************************************************/
137137
/*!

0 commit comments

Comments
 (0)