To whom creating the Arduino Reference Pages.
Regarding the SD library documentation on page SD - Arduino Reference
-
On the page says "Note: only one file can be open at a time."
However, on page SD - Arduino Reference it is stated that "As of version 1.0, the library supports opening multiple files. "
So. Does it or does it not support multiple open files? -
File modes listed are FILE_READ and FILE_WRITE. What happened to APPEND?
-
On the page says "FILE_WRITE: open the file for reading and writing, starting at the end of the file."
What starts at the end of the file? Reading?
Just because writing always truncates the file first.
It is APPEND that starts writing at the end.
Could these be corrected please?