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

◆ make_sdcard_filesystem()

FsImplPtr fl::make_sdcard_filesystem ( int cs_pin)

Definition at line 198 of file file_system.cpp.

198 {
199 FASTLED_UNUSED(cs_pin);
201 FsImplPtr out = ptr;
202 return out;
203}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348
#define FASTLED_UNUSED(x)
Definition unused.h:4

References FASTLED_UNUSED, FL_LINK_WEAK, and make_shared().

Referenced by fl::FileSystem::beginSd().

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