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

◆ writeBytesValue()

template<fl::u8 _DATA_PIN, fl::u8 _CLOCK_PIN, fl::u32 _SPI_CLOCK_DIVIDER>
void REFHardwareSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::writeBytesValue ( fl::u8 value,
int len )
inline

A full cycle of writing a value for len bytes, including select, release, and waiting.

Definition at line 56 of file fastspi_ref.h.

56 {
58 }
void release()
release the CS select
Definition fastspi_ref.h:39
void select()
latch the CS select
Definition fastspi_ref.h:36
static void writeBytesValueRaw(fl::u8 value, int len)
A raw set of writing byte values, assumes setup/init/waiting done elsewhere.
Definition fastspi_ref.h:51
A skeletal implementation of hardware SPI support.
Definition fastspi_ref.h:19

References release(), select(), and writeBytesValueRaw().

+ Here is the call graph for this function: