From 97a2ab150fb8b829f2e3ef939ac56ac8c0c99d73 Mon Sep 17 00:00:00 2001 From: santised Date: Wed, 19 Jun 2024 11:17:45 -0600 Subject: [PATCH] Adds description of length parameter for `writeRegion()` in both header locations where it was missing. --- src/sfeTk/sfeTkIBus.h | 1 + src/sfeTkArdI2C.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/sfeTk/sfeTkIBus.h b/src/sfeTk/sfeTkIBus.h index 603218f..c6ca7ab 100644 --- a/src/sfeTk/sfeTkIBus.h +++ b/src/sfeTk/sfeTkIBus.h @@ -107,6 +107,7 @@ class sfeTkIBus /**-------------------------------------------------------------------------- * @brief Send an array of data to the device. * @param data Data to write. + * @param length - length of data. * * @retval sfeTkError_t - kSTkErrOk on successful execution. * diff --git a/src/sfeTkArdI2C.h b/src/sfeTkArdI2C.h index dd5f834..dc73432 100644 --- a/src/sfeTkArdI2C.h +++ b/src/sfeTkArdI2C.h @@ -133,6 +133,7 @@ class sfeTkArdI2C : public sfeTkII2C @note sfeTkIBus interface method @param data Data to write. + @param length - length of data @retval returns kStkErrOk on success */