Skip to content

Commit

Permalink
Add doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 29, 2023
1 parent 252ca9b commit f6ca278
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/i2c/drivers/WipperSnapper_I2C_Driver_LTR329.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ class WipperSnapper_I2C_Driver_LTR329 : public WipperSnapper_I2C_Driver {

protected:
Adafruit_LTR329 *_LTR329; ///< Pointer to LTR329 light sensor object
uint16_t _delayBetweenReads; /// This will be calculated based on params

/**
* @brief The delay between consecutive reads in milliseconds.
*/
uint16_t _delayBetweenReads;
};

#endif // WipperSnapper_I2C_Driver_LTR329

0 comments on commit f6ca278

Please sign in to comment.