![]() |
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.
|
FatPartition class. More...
Go to the source code of this file.
Classes | |
| union | cache_t |
| Cache type for a sector. More... | |
| class | FatPartition |
| Access FAT16 and FAT32 partitions on raw file devices. More... | |
Variables | |
| const uint8_t | FAT_TYPE_FAT12 = 12 |
| const uint8_t | FAT_TYPE_FAT16 = 16 |
| const uint8_t | FAT_TYPE_FAT32 = 32 |
FatPartition class.
| const uint8_t FAT_TYPE_FAT12 = 12 |
Type for FAT12 partition
| const uint8_t FAT_TYPE_FAT16 = 16 |
Type for FAT12 partition
| const uint8_t FAT_TYPE_FAT32 = 32 |
Type for FAT12 partition