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

◆ XMap() [3/3]

fl::XMap::XMap ( uint16_t length,
Type type )
private

Definition at line 100 of file xmap.cpp.

101 : length(length), type(type), mOffset(0) {
102}
uint16_t mOffset
Definition xmap.h:66
Type type
Definition xmap.h:62
uint16_t length
Definition xmap.h:61

References length, mOffset, and type.