Compare commits
1 commit
85ad0f8ae2
...
6b366a5888
Author | SHA1 | Date | |
---|---|---|---|
6b366a5888 |
1 changed files with 2 additions and 2 deletions
|
@ -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]);
|
||||
}
|
Loading…
Reference in a new issue