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

◆ waitFully()

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

Wait until the SPI subsystem is ready for more data to write.

A NOP when bitbanging.

Definition at line 63 of file fastspi_bitbang.h.

63{ wait(); }
static void wait()
Wait until the SPI subsystem is ready for more data to write.

References wait().

+ Here is the call graph for this function: