From 70d4cbf0df8d1ce98b1db925d54f982d9c44ad98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 13 Mar 2021 16:14:52 +0100 Subject: read dht 11 temperature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.1