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

◆ begin()

void fl::third_party::ezWS2812::begin ( )
inline

Initialize SPI communication.

Definition at line 95 of file ezWS2812.h.

95 {
96 spi_->begin();
97 spi_->beginTransaction(SPISettings(kSpiClockHz, MSBFIRST, SPI_MODE0));
98 }
static constexpr uint32_t kSpiClockHz
Definition ezWS2812.h:63

References kSpiClockHz, and spi_.