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

◆ adjust() [1/2]

static FASTLED_FORCE_INLINE uint8_t DATA_NOP::adjust ( FASTLED_REGISTER uint8_t data)
inlinestatic

Hook called to adjust a byte of data before writing it to the output.

In this dummy version, no adjustment is made.

Definition at line 40 of file fastspi_types.h.

40{ return data; }

References FASTLED_FORCE_INLINE, and FASTLED_REGISTER.