20 virtual fl::size
read(
fl::u8 *dst, fl::size bytesToRead) = 0;
21 virtual const char *
path()
const = 0;
virtual fl::size readCRGB(CRGB *dst, fl::size n)
virtual bool available(fl::size) const =0
virtual const char * path() const =0
virtual fl::size read(fl::u8 *dst, fl::size bytesToRead)=0
Defines the red, green, and blue (RGB) pixel struct.
Implements the FastLED namespace macros.
#define FASTLED_SMART_PTR(type)
Representation of an RGB pixel (Red, Green, Blue)