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

◆ release()

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

release the CS select

Definition at line 41 of file fastspi_ref.h.

41{ if(mPSelect != nullptr) { mPSelect->release(); } }
Selectable * mPSelect
Definition fastspi_ref.h:22

References mPSelect.

Referenced by endTransaction(), writeBytes(), writeBytesValue(), and writePixels().

+ Here is the caller graph for this function: