FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ writeByteNoWait()

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

Write a single byte over SPI without waiting.

Definition at line 66 of file fastspi_bitbang.h.

66{ writeByte(b); }
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 writeByte().

+ Here is the call graph for this function: