The author of the library has this note regarding the timeOut usage…
On a side note, be careful with setting too low a value because some devices support clock stretching which can increase the time before an acknowledgement is sent which could be misconstrued as a lockup.īy enabling timeOut, you will be able to receive error results from your send and receive functions as specified below. Searches the bus for I2C devices by essentially issuing every possible 7-bit address and seeing if an ACK is transmitted. Results are output to the Serial monitor window.Īll of the I2c.write functions return values that can be used for error checking and troubleshooting.