Crate ws2811_spi

Source
Expand description

§Use ws2811 leds via spi

  • For usage with smart-leds
  • Implements the SmartLedsWrite trait

Needs a type implementing the spi::FullDuplex trait.

The spi peripheral should run at 2MHz to 3.8 MHz

Modules§

devices
prerendered
This prerenders the data, so that no calculations have to be performed while sending the data.

Structs§

Ws2811

Constants§

MODE
SPI mode that can be used for this crate