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

◆ endTransaction()

template<fl::u8 _DATA_PIN, fl::u8 _CLOCK_PIN, fl::u32 _SPI_CLOCK_DIVIDER>
void REFHardwareSPIOutput< _DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER >::endTransaction ( )
inline

Definition at line 43 of file fastspi_ref.h.

43 {
44 waitFully();
45 release();
46 }
void release()
release the CS select
Definition fastspi_ref.h:41
static void waitFully()
wait until all queued up data has been written
Definition fastspi_ref.h:49

References release(), and waitFully().

+ Here is the call graph for this function: