-
- Downloads
added GPIO
Showing
... | @@ -30,6 +30,10 @@ git = "https://gitlab.henriktjader.com/pln/STM32F40x.git" | ... | @@ -30,6 +30,10 @@ git = "https://gitlab.henriktjader.com/pln/STM32F40x.git" |
features = ["rt"] | features = ["rt"] | ||
version = "0.1.0" | version = "0.1.0" | ||
[dependencies.f4] | |||
git = "https://github.com/jsjolund/f4" | |||
version = "0.1.0" | |||
[features] | [features] | ||
wcet_bkpt = [] | wcet_bkpt = [] | ||
wcet_nop = [] | wcet_nop = [] | ||
... | ... |
examples/gpio.rs
0 → 100644
Please register or sign in to comment