You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns
The next byte (or character), or -1 if none is available.
This is obviously the return value for the read() prototype. The page should also include a description of the return type from the read(buf, len) prototype.
The text was updated successfully, but these errors were encountered:
Thanks for your report @dgnuff. This issue tracker is only used for tracking tasks related to the Arduino Language Reference content that is hosted in this repository. So I will close this as off topic.
Issues related to the library references must be submitted to the issue tracker of the library's repository. I see this defect is already being tracked there: arduino-libraries/SD#52
https://www.arduino.cc/reference/en/libraries/sd/read/
This page states:
and
This is obviously the return value for the read() prototype. The page should also include a description of the return type from the read(buf, len) prototype.
The text was updated successfully, but these errors were encountered: