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

◆ writeBytePostWait()

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, uint32_t SPI_SPEED>
static void AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::writeBytePostWait ( uint8_t b)
inlinestatic

Write a single byte over SPI and wait afterwards.

Definition at line 68 of file fastspi_bitbang.h.

68{ writeByte(b); wait(); }
static void wait()
Wait until the SPI subsystem is ready for more data to write.
static void writeByte(uint8_t b)
Write a single byte over SPI.
Software SPI (aka bit-banging) support Includes aggressive optimizations for when the clock and data ...

References wait(), and writeByte().

+ Here is the call graph for this function: