We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 60f0d0b + bbc017f commit 9f8d27fCopy full SHA for 9f8d27f
libraries/Wire/src/utility/twi.c
@@ -490,7 +490,7 @@ void twi_handleTimeout(bool reset){
490
* Desc returns true if twi has seen a timeout
491
* optionally clears the timeout flag
492
* Input clear_flag: true if we should reset the hardware
493
- * Output none
+ * Output the value of twi_timed_out_flag when the function was called
494
*/
495
bool twi_manageTimeoutFlag(bool clear_flag){
496
bool flag = twi_timed_out_flag;
0 commit comments