Skip to content

Commit

Permalink
Add doxygen comment + clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 29, 2023
1 parent 252ca9b commit ba7fa1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/i2c/drivers/WipperSnapper_I2C_Driver_LTR329.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,12 @@ 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
Adafruit_LTR329 *_LTR329; ///< Pointer to LTR329 light sensor object

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

#endif // WipperSnapper_I2C_Driver_LTR329

0 comments on commit ba7fa1e

Please sign in to comment.