Compare commits

..

1 commit

Author SHA1 Message Date
85ad0f8ae2 test 2021-12-24 13:29:57 -05:00

View file

@ -1,5 +1,5 @@
use rs_ws281x::RawColor;
use candela::Pixel;
pub fn run_lights(strip: &[RawColor; crate::LED_SIZE]) {
pub fn run_lights(strip: &[Pixel; crate::LED_SIZE]) {
println!("Value: {:?}", strip[0]);
}