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

◆ writeBytes() [2/2]

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, uint32_t SPI_SPEED>
void AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBytes ( FASTLED_REGISTER uint8_t * data,
int len )
inline

Write an array of data to the SPI interface.

Parameters
datapointer to data to write
lennumber of bytes to write

Definition at line 343 of file fastspi_bitbang.h.

void writeBytes(FASTLED_REGISTER uint8_t *data, int len)
Write an array of data to the SPI interface.
Software SPI (aka bit-banging) support Includes aggressive optimizations for when the clock and data ...

References FASTLED_REGISTER, and writeBytes().

+ Here is the call graph for this function: