Write a single byte over SPI and wait afterwards.
Definition at line 68 of file fastspi_bitbang.h.
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().