MAV'RIC
|
#include "integer.h"
#include "ff.h"
Go to the source code of this file.
Functions | |
void | test_fat_fs_low_layer (void) |
A function to test the low layer (read/write bytes to the SD card) | |
FRESULT | test_fat_fs_open_append (FIL *fp, const char *path, BYTE opening_opt) |
Open the file path and seek the end to append. More... | |
This file can be used to test the low and mid layer of writing to SD card for fat fs use.
FRESULT test_fat_fs_open_append | ( | FIL * | fp, |
const char * | path, | ||
BYTE | opening_opt | ||
) |
Open the file path and seek the end to append.
fp | [OUT] File object to create |
path | [IN] File name to be opened |
opening_opt | The opening file options |