arduino-emulator
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SdFat Class Reference

C++ std based emulatoion ofr SdFat. More...

#include <SD.h>

Public Member Functions

bool begin (int cs=SS, int speed=0)
 
bool begin (int cs=SS, int speed=0)
 
bool begin (SdSpiConfig &cfg)
 
bool begin (SdSpiConfig &cfg)
 
void end ()
 
void end ()
 
void errorHalt (const char *msg)
 
void errorHalt (const char *msg)
 
bool exists (char *name)
 
bool exists (const char *name)
 
void initErrorHalt ()
 
void initErrorHalt ()
 
bool mkdir (const char *name)
 
File open (const char *name, int flags=O_READ)
 
bool remove (const char *name)
 
bool rmdir (const char *path)
 
uint64_t totalBytes ()
 
uint64_t usedBytes ()
 

Detailed Description

C++ std based emulatoion ofr SdFat.


The documentation for this class was generated from the following files: