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

◆ beginSd()

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

Definition at line 76 of file file_system.cpp.

76 {
78 if (!mFs) {
79 return false;
80 }
81 mFs->begin();
82 return true;
83}
FsImplPtr mFs
Definition file_system.h:58
FsImplPtr make_sdcard_filesystem(int cs_pin)

References fl::make_sdcard_filesystem(), and mFs.

+ Here is the call graph for this function: