We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9dbb5e commit 557a0f4Copy full SHA for 557a0f4
src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h
@@ -131,7 +131,7 @@ class WipperSnapper_I2C_Driver_SGP40 : public WipperSnapper_I2C_Driver {
131
132
/** Cached latest measurements (no averaging). */
133
uint16_t _rawValue = 0;
134
- uint16_t _vocIdx = 0; ///< Index for the VOC (volatile organic compounds) sensor reading
+ uint16_t _vocIdx = 0; ///< VOC index value (0–500)
135
136
/*******************************************************************************/
137
/*!
0 commit comments