audio works

This commit is contained in:
2025-11-17 14:52:47 -07:00
parent 7efea9eb8d
commit 8c20864392
8 changed files with 100 additions and 71 deletions

View File

@@ -82,6 +82,8 @@ embedded-graphics = { version = "0.8.1" }
embedded-text = "0.7.2"
embedded-layout = "0.4.2"
micromath = "2.1.0"
fixed = "1.29.0"
strum = { version = "0.27.2", default-features = false }
rand = { version = "0.9.0", default-features = false }
once_cell = { version = "1.21.3", default-features = false }
@@ -98,4 +100,3 @@ embedded-alloc = { version = "0.6.0", features = [
bumpalo = "3.19.0"
abi_sys = { path = "../abi_sys" }
micromath = "2.1.0"