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