integrate calculator

This commit is contained in:
2025-07-18 20:31:23 +01:00
parent 87bb879fab
commit 998623413d
3 changed files with 136 additions and 17 deletions

View File

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