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
ExFatConfig.h
Go to the documentation of this file.
1
25#ifndef ExFatConfig_h
26#define ExFatConfig_h
27#include "../SdFatConfig.h"
28#ifndef USE_EXFAT_UNICODE_NAMES
29#define USE_EXFAT_UNICODE_NAMES 0
30#endif // USE_EXFAT_UNICODE_NAMES
31#ifndef READ_ONLY
32#define READ_ONLY 0
33#endif // READ_ONLY
34#endif // ExFatConfig_h