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 fe0ca83 commit f9dbb5eCopy full SHA for f9dbb5e
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;
+ uint16_t _vocIdx = 0; ///< Index for the VOC (volatile organic compounds) sensor reading
135
136
/*******************************************************************************/
137
/*!
0 commit comments