leds/src/util/lights.rs

5 lines
123 B
Rust

use rs_ws281x::RawColor;
pub fn run_lights(strip: &[RawColor; crate::LED_SIZE]) {
println!("Value: {:?}", strip[0]);
}