MCPcopy Create free account
hub / github.com/FastLED/FastLED / make_sdcard_filesystem

Function make_sdcard_filesystem

src/platforms/wasm/fs_wasm.cpp.hpp:359–359  ·  view source on GitHub ↗

Platforms eed to implement this to create an instance of the filesystem.

Source from the content-addressed store, hash-verified

357namespace fl {
358// Platforms eed to implement this to create an instance of the filesystem.
359FsImplPtr make_sdcard_filesystem(int cs_pin) { return fl::make_shared<FsImplWasm>(); }
360} // namespace fl
361
362#endif // FL_IS_WASM

Callers 3

run_large_benchmarkFunction · 0.50
run_large_benchmarkFunction · 0.50

Calls

no outgoing calls

Tested by 1