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

◆ endTransaction()

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

Definition at line 42 of file fastspi_nop.h.

42 {
43 waitFully();
44 release();
45 }
void release()
release the CS select
Definition fastspi_nop.h:40
void waitFully()
wait until all queued up data has been written

References release(), and waitFully().

+ Here is the call graph for this function: