FastLED 3.9.15
Loading...
Searching...
No Matches

◆ readCRGB()

size_t fl::FileHandle::readCRGB ( CRGB * dst,
size_t n )
inline

Definition at line 79 of file file_system.h.

79 {
80 return read((uint8_t*)dst, n * 3) / 3;
81 }
virtual size_t read(uint8_t *dst, size_t bytesToRead)=0

References read().

+ Here is the call graph for this function: