FastLED 3.9.15
Loading...
Searching...
No Matches
file_system_sd.h File Reference

Detailed Description

Header pair for file_system_sd.cpp.hpp.

The actual SD-card API surface lives in fl/system/file_system.hFileSystem::beginSd(int) and make_sdcard_filesystem(int) are declared there. This header exists only to satisfy the CppHppHeaderPairChecker lint rule (every .cpp.hpp needs a matching .h next to it). The SD implementation is split into its own translation unit so the linker can dead-strip it when nobody calls beginSd. See file_system_sd.cpp.hpp for the mechanism.

Definition in file file_system_sd.h.

+ Include dependency graph for file_system_sd.h:

Go to the source code of this file.