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
32
of file
file_system.cpp
.
32
{
33
FASTLED_UNUSED
(dst);
34
FASTLED_UNUSED
(bytesToRead);
35
return
0;
36
}
FASTLED_UNUSED
#define FASTLED_UNUSED(x)
Definition
unused.h:4
References
FASTLED_UNUSED
.
fl
NullFileHandle
Generated on Sat Sep 20 2025 20:42:23 for FastLED by
1.13.2