Skip to content

Commit 43cd2a4

Browse files
committed
Use GPIO pin mappings based on GPIO version
1 parent 1562880 commit 43cd2a4

File tree

5 files changed

+814
-2287
lines changed

5 files changed

+814
-2287
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ features = ["stm32f303xc", "rt", "stm32-usbd"]
1616
targets = ["thumbv7em-none-eabihf"]
1717

1818
[dependencies]
19+
cfg-if = "0.1"
1920
cortex-m = "0.6"
2021
cortex-m-rt = "0.6"
2122
embedded-hal = "0.2"
2223
nb = "0.1"
24+
paste = "1"
2325
stm32f3 = "0.11"
2426

2527
[dependencies.bare-metal]

0 commit comments

Comments
 (0)