[Documentation]read(buffer, len) #52
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
https://www.arduino.cc/en/Reference/FileRead states that the
read
method returns a character or -1. That however only applies to::read()
.read(buffer, len)
returns the number of bytes read or -1 on error.From SDFile.cpp
The text was updated successfully, but these errors were encountered: