![]() |
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.
|
#include <FsStructs.h>
Public Attributes | |
| uint8_t | bytesPerSector [2] |
| uint8_t | sectorsPerCluster |
| uint8_t | reservedSectorCount [2] |
| uint8_t | fatCount |
| uint8_t | rootDirEntryCount [2] |
| uint8_t | totalSectors16 [2] |
| uint8_t | mediaType |
| uint8_t | sectorsPerFat16 [2] |
| uint8_t | sectorsPerTrtack [2] |
| uint8_t | headCount [2] |
| uint8_t | hidddenSectors [4] |
| uint8_t | totalSectors32 [4] |
| uint8_t | physicalDriveNumber |
| uint8_t | extReserved |
| uint8_t | extSignature |
| uint8_t | volumeSerialNumber [4] |
| uint8_t | volumeLabel [11] |
| uint8_t | volumeType [8] |
| uint8_t biosParameterBlockFat16::bytesPerSector[2] |
| uint8_t biosParameterBlockFat16::extReserved |
| uint8_t biosParameterBlockFat16::extSignature |
| uint8_t biosParameterBlockFat16::fatCount |
| uint8_t biosParameterBlockFat16::headCount[2] |
| uint8_t biosParameterBlockFat16::hidddenSectors[4] |
| uint8_t biosParameterBlockFat16::mediaType |
| uint8_t biosParameterBlockFat16::physicalDriveNumber |
| uint8_t biosParameterBlockFat16::reservedSectorCount[2] |
| uint8_t biosParameterBlockFat16::rootDirEntryCount[2] |
| uint8_t biosParameterBlockFat16::sectorsPerCluster |
| uint8_t biosParameterBlockFat16::sectorsPerFat16[2] |
| uint8_t biosParameterBlockFat16::sectorsPerTrtack[2] |
| uint8_t biosParameterBlockFat16::totalSectors16[2] |
| uint8_t biosParameterBlockFat16::totalSectors32[4] |
| uint8_t biosParameterBlockFat16::volumeLabel[11] |
| uint8_t biosParameterBlockFat16::volumeSerialNumber[4] |
| uint8_t biosParameterBlockFat16::volumeType[8] |