Skip to content

Commit

Permalink
Adds description of length parameter for writeRegion() in both head…
Browse files Browse the repository at this point in the history
…er locations where it was missing.
  • Loading branch information
edspark committed Jun 19, 2024
1 parent 3ac4a2c commit 97a2ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sfeTk/sfeTkIBus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
1 change: 1 addition & 0 deletions src/sfeTkArdI2C.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 97a2ab1

Please sign in to comment.