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

◆ init()

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, uint32_t SPI_SPEED>
void AVRSoftwareSPIOutput< DATA_PIN, CLOCK_PIN, SPI_SPEED >::init ( )
inline

Set the clock/data pins to output and make sure the chip select is released.

Definition at line 47 of file fastspi_bitbang.h.

47 {
48 // set the pins to output and make sure the select is released (which apparently means hi? This is a bit
49 // confusing to me)
52 release();
53 }
void release()
Release the SPI chip select line.
static void setOutput()
Set the pin mode as OUTPUT
Definition fastpin.h:234

References release(), and FastPin< PIN >::setOutput().

+ Here is the call graph for this function: