FEHSD.h

Description

The FEHSD library provides a global SD object that can be used to read and write from the microSD card. Since the SD object is global, there is no need to declare a variable of type FEHSD. In order to use this library, a microSD card must be inserted into the Proteus.

 

Filenames may be no longer than 12 characters, including the extension (e.x. filename.txt is the longest name you can have).

Global Objects

SD

Global Object Member Functions

FEHFile* FOpen(const char* str, const char* mode);
int FClose(FEHFile* file);
int FCloseAll();
int FEof(FEHFile* file);
int FPrintf(FEHFile* file, const char* str, ...);
int FScanf(FEHFile* file, const char* str, ...);

Global Functions

None.

Available Object Types

None.