blinksy 0.11.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
//! # Pattern Implementations
//!
//! This is the library of built-in patterns.
//!
//! - [`rainbow`][]: A basic scrolling rainbow.
//! - [`noise`]: A flow through random noise functions.
//!
//! If you want help to port a pattern from FastLED / WLED to Rust, [make an issue](https://github.com/ahdinosaur/blinksy/issues)!

pub mod noise;
pub mod rainbow;