Skip to content

Commit f9dbb5e

Browse files
committed
docs: add Doxygen comment for _vocIdx in SGP40 driver
1 parent fe0ca83 commit f9dbb5e

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;
134+
uint16_t _vocIdx = 0; ///< Index for the VOC (volatile organic compounds) sensor reading
135135

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

0 commit comments

Comments
 (0)