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

◆ writeBytes() [2/2]

template<fl::u8 _DATA_PIN, fl::u8 _CLOCK_PIN, fl::u32 _SPI_CLOCK_DIVIDER>
void REFHardwareSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::writeBytes ( FASTLED_REGISTER fl::u8 * data,
int len )
inline

A full cycle of writing a value for len bytes, including select, release, and waiting.

Definition at line 74 of file fastspi_ref.h.

void writeBytes(FASTLED_REGISTER fl::u8 *data, int len)
A full cycle of writing a value for len bytes, including select, release, and waiting.
Definition fastspi_ref.h:61
A skeletal implementation of hardware SPI support.
Definition fastspi_ref.h:19

References FASTLED_REGISTER, and writeBytes().

+ Here is the call graph for this function: