![]() |
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.
|
Variables | |
| uint16_t const | BU16 = 128 |
| uint16_t const | BU32 = 8192 |
| const uint16_t | BYTES_PER_SECTOR = 512 |
| const uint16_t | SECTORS_PER_MB = 0X100000 / BYTES_PER_SECTOR |
| const uint16_t | FAT16_ROOT_ENTRY_COUNT = 512 |
| const uint16_t | FAT16_ROOT_SECTOR_COUNT = 32 * FAT16_ROOT_ENTRY_COUNT / BYTES_PER_SECTOR |
| uint16_t const BU16 = 128 |
| uint16_t const BU32 = 8192 |
| const uint16_t BYTES_PER_SECTOR = 512 |
| const uint16_t FAT16_ROOT_ENTRY_COUNT = 512 |
| const uint16_t FAT16_ROOT_SECTOR_COUNT = 32 * FAT16_ROOT_ENTRY_COUNT / BYTES_PER_SECTOR |
| const uint16_t SECTORS_PER_MB = 0X100000 / BYTES_PER_SECTOR |