initial setup to use interrupts for I/O

This commit is contained in:
2025-07-18 20:31:23 +01:00
parent ef97c334b5
commit 8c27acbf50
3 changed files with 24 additions and 0 deletions

View File

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