moving standalone mode to alsa rust direct binding crate & moving led_driver to a specific package

This commit is contained in:
2025-08-04 16:37:40 +00:00
parent 66c4aeffa6
commit 57ace1383b
52 changed files with 859 additions and 577 deletions
@@ -0,0 +1,6 @@
use crate::cputasks::modes::AppMode;
pub enum Message {
ModeChanged { mode: AppMode },
// Other messages...
}