|
FastLED 3.9.15
|
Header pair for file_system_sd.cpp.hpp.
The actual SD-card API surface lives in fl/system/file_system.h — FileSystem::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 "fl/system/file_system.h"
Include dependency graph for file_system_sd.h: