arduino-emulator
|
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 () |
C++ std based emulatoion ofr SdFat.