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

◆ beginSd()

bool fl::FileSystem::beginSd ( int cs_pin)

Definition at line 73 of file file_system.cpp.

73 {
75 if (!mFs) {
76 return false;
77 }
78 mFs->begin();
79 return true;
80}
FsImplPtr mFs
Definition file_system.h:62
FsImplPtr make_sdcard_filesystem(int cs_pin)

References fl::make_sdcard_filesystem(), and mFs.

+ Here is the call graph for this function: