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

◆ begin()

bool fl::FileSystem::begin ( FsImplPtr platform_filesystem)

Definition at line 95 of file file_system.cpp.hpp.

95 {
96 mFs = platform_filesystem;
97 if (!mFs) {
98 return false;
99 }
100 mFs->begin();
101 return true;
102}
FsImplPtr mFs
Definition file_system.h:82

References mFs.