-
- Downloads
Working I2C sensor
... | ... | @@ -17,9 +17,19 @@ volatile-register = "0.2.0" |
m = "0.1.1" | ||
heapless = "0.2.4" | ||
f4 = {git = "https://github.com/jsjolund/f4"} | ||
stm32f40x = "0.2.0" | ||
#stm32f40x = "0.2.0" | ||
#xoap = { path = "../projects/xoap", version = "0.1.0", default-features = false, features = ["baremetal"] }# git = "https://github.com/Shawnshank/xoap" | ||
#[dependencies.stm32f4x_hal] | ||
#path = "stm32f4-hal/" | ||
#version = "0.1.1" | ||
#features = ["rt"] | ||
[dependencies.stm32f40x] | ||
git = "https://gitlab.henriktjader.com/pln/STM32F40x.git" | ||
features = ["rt"] | ||
version = "0.2.0" | ||
[dependencies.cast] | ||
default-features = false | ||
version = "0.2.2" | ||
... | ... |
Please register or sign in to comment