From 988d8ea571b3a97a0671e244b0e1aa9676bd1b6a Mon Sep 17 00:00:00 2001 From: Deqing Sun Date: Mon, 5 Apr 2021 10:34:05 -0400 Subject: [PATCH] update documents --- Adafruit_AVRProg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Adafruit_AVRProg.cpp b/Adafruit_AVRProg.cpp index 57eb6f3..7091ded 100644 --- a/Adafruit_AVRProg.cpp +++ b/Adafruit_AVRProg.cpp @@ -732,12 +732,12 @@ uint8_t Adafruit_AVRProg::internalRcCalibration() { /**************************************************************************/ /*! - @brief Function to write a byte to certain address in Flash without + @brief Function to write a byte to certain address in flash without page erase. Useful for parameters. - @param Flash address you want to write to. + @param addr Flash address you want to write to. @param pagesize The flash-page size of this chip, in bytes. Check datasheet! - @param The byte you want to write to. + @param content The byte you want to write to. @return True if flashing worked out. */ /**************************************************************************/