Include AM2302, fix it and use MonoTimer (to be replaced by CountDown-timer)
... | ... | @@ -12,7 +12,7 @@ |
[package] | ||
name = "bluepill_sensor" | ||
version = "0.3.3" | ||
version = "0.3.4" | ||
authors = ["Michael Watzko <michael@watzko.de>"] | ||
description = "Stm32f103/Bluepill with W5500 ethernet chip, OneWire interface and sensor_common communication" | ||
keywords = ["arm", "cortex-m", "onewire", "ethernet"] | ||
... | ... | @@ -61,9 +61,6 @@ path = "../pcd8544" |
[dependencies.sensor_common] | ||
path = "../sensor_common" | ||
[dependencies.am2302] | ||
path = "../am2302" | ||
[dependencies.stm32f103xx-hal] | ||
version = "0.1.0" | ||
path = "../stm32f103xx-hal" | ||
... | ... |
src/am2302.rs
0 → 100644
Please register or sign in to comment