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
FatLib.h
Go to the documentation of this file.
1
25#ifndef FatLib_h
26#define FatLib_h
27#include "FatFormatter.h"
28#include "FatLibConfig.h"
29#include "FatVolume.h"
30#endif // FatLib_h
configuration definitions
FatVolume class.