From 517faf44e3076c042ec535af921d5103a6eda120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Wed, 13 Jan 2016 23:30:39 +0100 Subject: [PATCH] note note --- docs/en/modules/dht.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/dht.md b/docs/en/modules/dht.md index 61694b644d..592f64cf56 100644 --- a/docs/en/modules/dht.md +++ b/docs/en/modules/dht.md @@ -64,7 +64,7 @@ Read DHT11 humidity temperature combo sensor. !!! note "Note:" -If using float firmware then `temp` and `humi` are floating point numbers. On an integer firmware, the final values have to be concatenated from `temp` and `temp_dec` / `humi` and `hum_dec`. + If using float firmware then `temp` and `humi` are floating point numbers. On an integer firmware, the final values have to be concatenated from `temp` and `temp_dec` / `humi` and `hum_dec`. #### See also [dht.read()](#dhtread) @@ -87,7 +87,7 @@ Read all kinds of DHT sensors, except DHT11. !!! note "Note:" -If using float firmware then `temp` and `humi` are floating point numbers. On an integer firmware, the final values have to be concatenated from `temp` and `temp_dec` / `humi` and `hum_dec`. + If using float firmware then `temp` and `humi` are floating point numbers. On an integer firmware, the final values have to be concatenated from `temp` and `temp_dec` / `humi` and `hum_dec`. #### See also [dht.read()](#dhtread)