We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
writeRegion()
1 parent 3ac4a2c commit 97a2ab1Copy full SHA for 97a2ab1
src/sfeTk/sfeTkIBus.h
@@ -107,6 +107,7 @@ class sfeTkIBus
107
/**--------------------------------------------------------------------------
108
* @brief Send an array of data to the device.
109
* @param data Data to write.
110
+ * @param length - length of data.
111
*
112
* @retval sfeTkError_t - kSTkErrOk on successful execution.
113
src/sfeTkArdI2C.h
@@ -133,6 +133,7 @@ class sfeTkArdI2C : public sfeTkII2C
133
@note sfeTkIBus interface method
134
135
@param data Data to write.
136
+ @param length - length of data
137
138
@retval returns kStkErrOk on success
139
*/
0 commit comments