title |
---|
available() |
This function returns the number of bytes available for retrieval with read()
. This function should be called on a controller device after a call to requestFrom()
or on a peripheral inside the onReceive()
handler. available()
inherits from the Stream utility class.
Wire.available()
None.
The number of bytes available for reading.