smart-leds-fx 0.1.0

LED effect engine for the smart-leds ecosystem
Documentation
1
2
3
4
5
pub use crate::StripFx;
pub use crate::effect::Effect;
pub use crate::segment::{EffectConfig, EffectState, Segment, SegmentOptions};
pub use crate::utils::{BLACK, BLUE, GREEN, ORANGE, PURPLE, RED, WHITE, rgb};
pub use smart_leds_trait::RGB8;