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

◆ writeByte() [2/4]

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, uint32_t SPI_SPEED>
static void AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeByte ( uint8_t b,
clock_ptr_t clockpin,
data_ptr_t datapin )
inlinestaticprivate

writeByte() implementation with data/clock registers passed in.

Definition at line 88 of file fastspi_bitbang.h.

88 {
97 }
static void writeBit(uint8_t b)
Write the BIT'th bit out via SPI, setting the data pin then strobing the clock.
Software SPI (aka bit-banging) support Includes aggressive optimizations for when the clock and data ...

References writeBit().

+ Here is the call graph for this function: