MAV'RIC
Functions
test_fat_fs.h File Reference
#include "integer.h"
#include "ff.h"
Include dependency graph for test_fat_fs.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...
 

Detailed Description

This file can be used to test the low and mid layer of writing to SD card for fat fs use.

Function Documentation

FRESULT test_fat_fs_open_append ( FIL fp,
const char *  path,
BYTE  opening_opt 
)

Open the file path and seek the end to append.

Parameters
fp[OUT] File object to create
path[IN] File name to be opened
opening_optThe opening file options
Returns
The result of the process, a FRESULT enum (defined in ff.h)