spatial_led 0.3.0

Sled is an ergonomic rust library that maps out the shape of your LED strips in 2D space to help you create stunning lighting effects.
Documentation
1
2
3
4
use std::fmt::Debug;
pub trait ColorType: Debug + Default + Copy {}

impl<T: Debug + Default + Copy> ColorType for T {}