![]() |
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.
|
Go to the source code of this file.
Functions | |
| bool | exFatCmpName (const DirName_t *unicode, const char *name, size_t offset, size_t n) |
| bool | exFatCmpName (const DirName_t *unicode, const ExChar16_t *name, size_t offset, size_t n) |
| uint16_t | exFatHashName (const char *name, size_t n, uint16_t hash) |
| uint16_t | exFatHashName (const ExChar16_t *name, size_t n, uint16_t hash) |
| uint16_t | toUpcase (uint16_t chr) |
| uint32_t | upcaseChecksum (uint16_t unicode, uint32_t checksum) |
| bool exFatCmpName | ( | const DirName_t * | unicode, |
| const char * | name, | ||
| size_t | offset, | ||
| size_t | n ) |
| bool exFatCmpName | ( | const DirName_t * | unicode, |
| const ExChar16_t * | name, | ||
| size_t | offset, | ||
| size_t | n ) |
| uint16_t exFatHashName | ( | const char * | name, |
| size_t | n, | ||
| uint16_t | hash ) |
| uint16_t exFatHashName | ( | const ExChar16_t * | name, |
| size_t | n, | ||
| uint16_t | hash ) |
| uint16_t toUpcase | ( | uint16_t | chr | ) |
| uint32_t upcaseChecksum | ( | uint16_t | unicode, |
| uint32_t | checksum ) |