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

◆ beginSd()

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

Definition at line 75 of file file_system.cpp.

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

References fl::make_sdcard_filesystem(), and mFs.

+ Here is the call graph for this function: