arduino / arduino/reference-en
[Documentation] Wire read return type
Open
bug
- Dominant language
- No language data
- Stars
- 173
- Forks
- 704
- PR merge metrics
- No merged PRs in 30d
Description
[Docu: Wire::read()](https://www.arduino.cc/en/Reference/WireRead)
> Returns
> The next byte received
It should be:
> Returns
> The next byte received (or -1 if no data is available). Data type: int.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.