blinksy 0.10.0

no-std, no-alloc LED control library designed for 1D, 2D, and 3D layouts
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # LED Driver Implementations
//!
//! - [`apa102`]: APA102 (DotStar) LEDs
//! - [`ws2812`]: WS2812 (NeoPixel) LEDs
//! - [`sk6812`]: SK6812 LEDs
//!
//! If you want help to support a new chipset, [make an issue](https://github.com/ahdinosaur/blinksy/issues)!

pub mod apa102;
pub mod sk6812;
pub mod ws2812;