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

◆ openRead()

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

Definition at line 156 of file file_system.cpp.

156 {
157 return mFs->openRead(path);
158}
FsImplPtr mFs
Definition file_system.h:62

References mFs.

Referenced by openVideo(), and readText().

+ Here is the caller graph for this function: