Engduino  3.1.0
A fun device for learning coding
Public Member Functions | Friends | List of all members
SDClass Class Reference

Public Member Functions

boolean begin (uint8_t csPin=SD_CHIP_SELECT_PIN)
 
File open (const char *filename, uint8_t mode=FILE_READ)
 
boolean exists (char *filepath)
 
boolean mkdir (char *filepath)
 
boolean remove (char *filepath)
 
boolean rmdir (char *filepath)
 

Friends

class File
 
boolean callback_openPath (SdFile &, char *, boolean, void *)
 

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