Skip to content

Commit f484f6a

Browse files
committed
Use GPIO pin mappings based on GPIO version
1 parent 8376c90 commit f484f6a

File tree

5 files changed

+814
-2259
lines changed

5 files changed

+814
-2259
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ 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-dma = "0.1"
2223
embedded-hal = "0.2"
2324
nb = "0.1"
25+
paste = "1"
2426
stm32f3 = "0.11"
2527
rtcc = "0.2"
2628

0 commit comments

Comments
 (0)