FastLED 3.9.3
|
Definition at line 23 of file file_system.h.
Public Member Functions | |
bool | beginSd (int cs_pin) |
bool | begin (FsImplRef platform_filesystem) |
void | end () |
FileHandleRef | openRead (const char *path) |
Video | openVideo (const char *path, size_t pixelsPerFrame, float fps=30.0f, size_t nFrameHistory=0) |
void | close (FileHandleRef file) |
FileSystem::FileSystem | ( | ) |
Definition at line 42 of file file_system.cpp.
bool FileSystem::begin | ( | FsImplRef | platform_filesystem | ) |
Definition at line 31 of file file_system.cpp.
bool FileSystem::beginSd | ( | int | cs_pin | ) |
Definition at line 22 of file file_system.cpp.
void FileSystem::close | ( | FileHandleRef | file | ) |
Definition at line 51 of file file_system.cpp.
void FileSystem::end | ( | ) |
Definition at line 45 of file file_system.cpp.
FileHandleRef FileSystem::openRead | ( | const char * | path | ) |
Definition at line 53 of file file_system.cpp.
Video FileSystem::openVideo | ( | const char * | path, |
size_t | pixelsPerFrame, | ||
float | fps = 30.0f, | ||
size_t | nFrameHistory = 0 ) |
Definition at line 54 of file file_system.cpp.