aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-13 16:14:52 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-13 16:14:52 +0100
commit70d4cbf0df8d1ce98b1db925d54f982d9c44ad98 (patch)
treed1112b4e906549f51dedc46cc6d96ac0a1f569b4 /Cargo.toml
parentfc7baacabf15c94682f829259157fdc67cbfbda3 (diff)
downloaddht11-sampler-70d4cbf0df8d1ce98b1db925d54f982d9c44ad98.tar.gz
read dht 11 temperature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe2190f..93d32a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ nb = "0.1.2"
ufmt = "0.1.0"
avr-device = "0.3"
-dht-sensor = "0.2"
+dht11 = "0.3"
[dependencies.arduino-uno]
git = "https://github.com/rahix/avr-hal"