Compare commits

..

1 commit

Author SHA1 Message Date
6b366a5888 test 2021-12-24 13:32:18 -05:00

View file

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