|
Engduino
3.1.0
A fun device for learning coding
|
Public Member Functions | |
| boolean | begin (uint8_t csPin=SD_CHIP_SELECT_PIN) |
| File | open (const char *filename, uint8_t mode=FILE_READ) |
| boolean | exists (char *filepath) |
| boolean | mkdir (char *filepath) |
| boolean | remove (char *filepath) |
| boolean | rmdir (char *filepath) |
Friends | |
| class | File |
| boolean | callback_openPath (SdFile &, char *, boolean, void *) |
1.8.9.1