Skip to content

Commit 0089c50

Browse files
committed
NAU7802: Doxygen comments for flush method
1 parent 7b2a437 commit 0089c50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ class WipperSnapper_I2C_Driver_NAU7802 : public WipperSnapper_I2C_Driver {
100100
/*******************************************************************************/
101101
/*!
102102
@brief Gets datapoints from sensor and discards (flushes old data).
103+
@param count
104+
Number of readings to discard.
103105
*/
104106
/*******************************************************************************/
105107
void flushNAU7802(uint8_t count) {

0 commit comments

Comments
 (0)