LED ring animation engine: spatial patterns + temporal modifiers.
Generic over ring size (N LEDs per ring). Default is 12.
No-std compatible, no allocator needed.
Usage
use ;
// 12-LED ring with pedalboard PCB mapping
let mut ring = new;
ring.set;
let frame = ring.render;
assert!;