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

◆ readCRGB()

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

Definition at line 24 of file bytestream.h.

24 {
25 return read((uint8_t *)dst, n * 3) / 3;
26 }
virtual size_t read(uint8_t *dst, size_t bytesToRead)=0

References read().

+ Here is the call graph for this function: