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

◆ beginSd()

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

Definition at line 70 of file file_system.cpp.

70 {
72 if (!mFs) {
73 return false;
74 }
75 mFs->begin();
76 return true;
77}
FsImplPtr mFs
Definition file_system.h:59
FsImplPtr make_sdcard_filesystem(int cs_pin)

References fl::make_sdcard_filesystem(), and mFs.

+ Here is the call graph for this function: