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§
- Ws2812
Blocking Writer - Wraps a SPI Writer to represent a WS2821 LED array.