blinking and pushing

This commit is contained in:
benstrb 2026-04-03 19:34:41 +02:00
parent c7a5f98e54
commit 209b914392
5 changed files with 100 additions and 5 deletions

View file

@ -8,6 +8,7 @@ version = "0.1.0"
[dependencies]
cortex-m = {version = "0.7.7", features = ["critical-section-single-core"]}
cortex-m-rt = "0.7.5"
embedded-hal = "1.0.0"
panic-halt = "1.0.0"
[dependencies.stm32f3xx-hal]