the led isn't lighting up :'(

This commit is contained in:
benstrb 2026-04-06 19:52:48 +02:00
parent 242f218a62
commit 2854adeb13
7 changed files with 74 additions and 65 deletions

View file

@ -10,11 +10,16 @@ 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"
[dependencies.stm32f4xx-hal]
version = "0.23.0"
features = ["stm32f469"]
[features]
default = []
ccmram = []
[[bin]]
name = "stm32f469ni"
test = false