#include <limits.h>#include "utility/FatLib.h"

Classes | |
| class | File |
| Arduino SD.h style File API. More... | |
| class | SdBaseFile |
| SdBaseFile base for SdFile and File. More... | |
| class | SdFile |
| SdFile SdBaseFile with Print. More... | |
Macros | |
| #define | FILE_READ O_READ |
| #define | FILE_WRITE (O_RDWR | O_CREAT | O_AT_END) |
SdFile class.
| #define FILE_READ O_READ |
Arduino SD.h style flag for open for read.
| #define FILE_WRITE (O_RDWR | O_CREAT | O_AT_END) |
Arduino SD.h style flag for open at EOF for read/write with create.
1.8.8