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

◆ make_sdcard_filesystem()

FsImplPtr fl::make_sdcard_filesystem ( int cs_pin)

Definition at line 190 of file file_system.cpp.

190 {
191 FASTLED_UNUSED(cs_pin);
192 FsImplPtr out = FsImplPtr::TakeOwnership(new NullFileSystem());
193 return out;
194}
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.

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

+ Here is the caller graph for this function: