led-ring 0.1.1

No-std LED ring animation engine: spatial patterns (solid, fill, heatmap, dots) + temporal modifiers (blink, pulse, rotate, glow). Generic over ring size.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "led-ring"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "No-std LED ring animation engine: spatial patterns (solid, fill, heatmap, dots) + temporal modifiers (blink, pulse, rotate, glow). Generic over ring size."
repository = "https://github.com/pedalboard/led-ring"
keywords = ["led", "ws2812", "neopixel", "no-std", "animation"]
categories = ["no-std", "embedded"]

[dependencies]
serde = { version = "1", default-features = false, features = ["derive"] }

[features]
default = []