Fine tune RGB sleep period

This commit is contained in:
Luke
2020-06-02 11:09:45 +12:00
parent c4cef7a9fe
commit ca5d625cec
4 changed files with 9 additions and 5 deletions

View File

@@ -24,6 +24,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
writer.write_colour_block(&key_colours)?;
std::thread::sleep(std::time::Duration::from_millis(250));
//std::thread::sleep(std::time::Duration::from_millis(250));
}
}