number :3

This commit is contained in:
benstrb 2026-04-20 21:33:47 +02:00
parent 7e5f508494
commit b27a706d74
3 changed files with 351 additions and 116 deletions

View file

@ -7,21 +7,15 @@ edition = "2024"
cortex-m = {version = "0.7.7", features = ["critical-section-single-core"]}
cortex-m-rt = "0.7.5"
embedded-hal = "1.0.0"
defmt-rtt = "1.1.0"
defmt = "1.0.1"
panic-probe = {version = "1.0.0", features = ["print-defmt"]}
panic-halt = "1.0.0"
otm8009a = "0.1.0"
stm32f4 = "0.16.0"
time = {version = "0.3.47", default-features = false}
[dependencies.stm32f4xx-hal]
version = "0.23.0"
features = ["stm32f469"]
[features]
default = []
ccmram = []
[[bin]]
name = "stm32f469ni"
test = false