FastLED
3.9.15
Loading...
Searching...
No Matches
◆
read()
fl::size fl::NullFileHandle::read
(
u8
*
dst
,
fl::size
bytesToRead
)
inline
override
virtual
Implements
fl::FileHandle
.
Definition at line
30
of file
file_system.cpp
.
30
{
31
FASTLED_UNUSED
(dst);
32
FASTLED_UNUSED
(bytesToRead);
33
return
0;
34
}
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:4
References
FASTLED_UNUSED
.
fl
NullFileHandle
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2