A full cycle of writing a value for len bytes, including select, release, and waiting.
Definition at line 55 of file fastspi_ref.h.
55 {
57 }
void release()
release the CS select
void select()
latch the CS select
static void writeBytesValueRaw(uint8_t value, int len)
A raw set of writing byte values, assumes setup/init/waiting done elsewhere.
A skeletal implementation of hardware SPI support.
References release(), select(), and writeBytesValueRaw().