A rewrite of the musiclight2 program in Rust.
Go to file
Thomas Kolb a9202d8303 Limit main loop and packet send rates
LED data packets are now sent with at most 60 updates per second. The
main loop tries to uniformly distribute calculation updates over time.
2021-02-23 22:32:34 +01:00
src Limit main loop and packet send rates 2021-02-23 22:32:34 +01:00
.gitignore Initial commit 2021-02-16 22:44:31 +01:00
Cargo.lock Initial commit 2021-02-16 22:44:31 +01:00
Cargo.toml Initial commit 2021-02-16 22:44:31 +01:00
test.lua Added test Lua script demonstrating current features 2021-02-21 19:49:16 +01:00