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

◆ beginSd()

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

Definition at line 68 of file file_system_sd.cpp.hpp.

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

References fl::make_sdcard_filesystem(), and mFs.

Referenced by fl::loadJpegFromSD().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: