Skip to content

Commit ba7fa1e

Browse files
committed
Add doxygen comment + clang-format
1 parent 252ca9b commit ba7fa1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_LTR329.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,12 @@ class WipperSnapper_I2C_Driver_LTR329 : public WipperSnapper_I2C_Driver {
112112
}
113113

114114
protected:
115-
Adafruit_LTR329 *_LTR329; ///< Pointer to LTR329 light sensor object
116-
uint16_t _delayBetweenReads; /// This will be calculated based on params
115+
Adafruit_LTR329 *_LTR329; ///< Pointer to LTR329 light sensor object
116+
117+
/**
118+
* @brief The delay between consecutive reads in milliseconds.
119+
*/
120+
uint16_t _delayBetweenReads;
117121
};
118122

119123
#endif // WipperSnapper_I2C_Driver_LTR329

0 commit comments

Comments
 (0)