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
}
fl::FileSystem::mFs
FsImplPtr mFs
Definition
file_system.h:82
References
mFs
.
fl
FileSystem
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2