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

◆ data()

fl::span< const u8 > fl::spi::Lane::data ( ) const
private

Get const access to buffer data.

Returns
Const span of buffered data

Definition at line 38 of file lane.cpp.hpp.

38 {
39 return mBuffer;
40}
fl::vector< u8 > mBuffer
Definition lane.h:62

References mBuffer.

Referenced by write().

+ Here is the caller graph for this function: