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 252ca9b commit ba7fa1eCopy full SHA for ba7fa1e
src/components/i2c/drivers/WipperSnapper_I2C_Driver_LTR329.h
@@ -112,8 +112,12 @@ class WipperSnapper_I2C_Driver_LTR329 : public WipperSnapper_I2C_Driver {
112
}
113
114
protected:
115
- Adafruit_LTR329 *_LTR329; ///< Pointer to LTR329 light sensor object
116
- uint16_t _delayBetweenReads; /// This will be calculated based on params
+ Adafruit_LTR329 *_LTR329; ///< Pointer to LTR329 light sensor object
+
117
+ /**
118
+ * @brief The delay between consecutive reads in milliseconds.
119
+ */
120
+ uint16_t _delayBetweenReads;
121
};
122
123
#endif // WipperSnapper_I2C_Driver_LTR329
0 commit comments