the led isn't lighting up :'(
This commit is contained in:
parent
242f218a62
commit
2854adeb13
7 changed files with 74 additions and 65 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue