FastLED 3.9.15
Loading...
Searching...
No Matches

◆ openRead()

FileHandlePtr fl::FileSystem::openRead ( const char * path)

Definition at line 150 of file file_system.cpp.

150 {
151 return mFs->openRead(path);
152}
FsImplPtr mFs
Definition file_system.h:59

References mFs.

Referenced by openVideo(), and readText().

+ Here is the caller graph for this function: