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

Wraps a SPI Writer to represent a WS2821 LED array.