arduino / arduino/reference-en

[Documentation] Wire read return type

Open
#897 1 comment 0 reactions 1 assignee Claimed by @kengdahl View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.