Compare commits
1 commit
6b366a5888
...
85ad0f8ae2
Author | SHA1 | Date | |
---|---|---|---|
85ad0f8ae2 |
1 changed files with 2 additions and 2 deletions
|
@ -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]);
|
println!("Value: {:?}", strip[0]);
|
||||||
}
|
}
|
Loading…
Reference in a new issue