rs_ws281x 0.2.0

Wrapper for ws281x library using bindgen to track upstream
Documentation
1
2
3
4
5
6
7
pub type RawColor = [u8; 4];

mod strip_type;
pub use self::strip_type::StripType;

mod error;
pub use self::error::{Result, WS2811Error};