better error handling and debugging

This commit is contained in:
2025-07-18 20:31:23 +01:00
parent 321ae584bf
commit 0655fb2724
3 changed files with 93 additions and 57 deletions

View File

@@ -14,7 +14,7 @@ bench = false
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0"
calc-math = { path = "../calc-math" }
calc-math = { path = "../calc-math", features = ["ufmt"] }
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"