Skip to content

Commit

Permalink
NAU7802: Doxygen comments for flush method
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed May 21, 2024
1 parent b23fdea commit 8ce70d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ class WipperSnapper_I2C_Driver_NAU7802 : public WipperSnapper_I2C_Driver {
/*******************************************************************************/
/*!
@brief Gets datapoints from sensor and discards (flushes old data).
@param count
Number of readings to discard.
*/
/*******************************************************************************/
void flushNAU7802(uint8_t count) {
Expand Down

0 comments on commit 8ce70d1

Please sign in to comment.