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.
Loading...
Searching...
No Matches
ExFatFile.h File Reference

ExFatFile class. More...

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)
 

Detailed Description

ExFatFile class.

Function Documentation

◆ lfnLegalChar()

bool lfnLegalChar ( ExChar_t  c)
inline

test for legal character.

Parameters
[in]ccharacter to be tested.
Returns
true for legal character else false.