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 49 of file fastspi_bitbang.h.

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

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

+ Here is the call graph for this function: