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
FatPartition.h File Reference

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
 

Detailed Description

FatPartition class.

Variable Documentation

◆ FAT_TYPE_FAT12

const uint8_t FAT_TYPE_FAT12 = 12

Type for FAT12 partition

◆ FAT_TYPE_FAT16

const uint8_t FAT_TYPE_FAT16 = 16

Type for FAT12 partition

◆ FAT_TYPE_FAT32

const uint8_t FAT_TYPE_FAT32 = 32

Type for FAT12 partition