19 #ifndef TEST_FAT_FS_H__
20 #define TEST_FAT_FS_H__
49 #endif // TEST_FAT_FS_H__
void test_fat_fs_low_layer(void)
A function to test the low layer (read/write bytes to the SD card)
Definition: test_fat_fs.c:611
File object structure (FIL)
Definition: ff.h:119
FRESULT test_fat_fs_open_append(FIL *fp, const char *path, BYTE opening_opt)
Open the file path and seek the end to append.
Definition: test_fat_fs.c:629