Crate ws2812_blocking_spi

Source
Expand description

§Use ws2812 leds via the embedded_hal::blocking::spi::Write trait

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

Needs a type implementing the blocking::spi::Write trait.

Structs§

Ws2812BlockingWriter
Wraps a SPI Writer to represent a WS2821 LED array.