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

1
Cargo.lock generated
View File

@@ -36,6 +36,7 @@ name = "avr-calc"
version = "0.1.0"
dependencies = [
"arduino-hal",
"avr-device",
"calc-math",
"embedded-hal 1.0.0",
"nb 1.1.0",