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 */