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

◆ make_sdcard_filesystem()

FsImplPtr fl::make_sdcard_filesystem ( int cs_pin)

Definition at line 196 of file file_system.cpp.

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

References FASTLED_UNUSED, and make_shared().

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

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