FastLED
3.9.15
Loading...
Searching...
No Matches
◆
read()
size_t fl::NullFileHandle::read
(
uint8_t *
dst
,
size_t
bytesToRead
)
inline
override
virtual
Implements
fl::FileHandle
.
Definition at line
26
of file
file_system.cpp
.
26
{
27
FASTLED_UNUSED
(dst);
28
FASTLED_UNUSED
(bytesToRead);
29
return
0;
30
}
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:3
References
FASTLED_UNUSED
.
fl
NullFileHandle
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2