![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
Go to the source code of this file.
Typedefs | |
| typedef int | oflag_t |
Functions | |
| bool | isWriteMode (oflag_t oflag) |
Variables | |
| const uint8_t | LS_A = 1 |
| const uint8_t | LS_DATE = 2 |
| const uint8_t | LS_SIZE = 4 |
| const uint8_t | LS_R = 8 |
| const uint8_t | T_ACCESS = 1 |
| const uint8_t | T_CREATE = 2 |
| const uint8_t | T_WRITE = 4 |
| typedef uint8_t oflag_t |
|
inline |
| const uint8_t LS_A = 1 |
ls() flag for list all files including hidden.
| const uint8_t LS_DATE = 2 |
ls() flag to print modify. date
| const uint8_t LS_R = 8 |
ls() flag for recursive list of subdirectories
| const uint8_t LS_SIZE = 4 |
ls() flag to print file size.
| const uint8_t T_ACCESS = 1 |
set the file's last access date
| const uint8_t T_CREATE = 2 |
set the file's creation date and time
| const uint8_t T_WRITE = 4 |
Set the file's write date and time