![]() |
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.
Classes | |
| struct | ExName_t |
| Internal type for file name - do not use in user apps. More... | |
| struct | ExFatPos_t |
| Internal type for file position - do not use in user apps. More... | |
| class | ExFatFile |
| Basic file class. More... | |
| class | ExFile |
| exFAT file with Arduino Stream. More... | |
Functions | |
| bool | lfnLegalChar (ExChar_t c) |
ExFatFile class.
|
inline |
test for legal character.
| [in] | c | character to be tested. |