From 8ce70d122e26870b9f19ae76bb7085b338447302 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 21 May 2024 15:20:14 +0100 Subject: [PATCH] NAU7802: Doxygen comments for flush method --- src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h index f1741da08..85a6ffae5 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_NAU7802.h @@ -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) {