Commit 517faf44 authored by Arnim Läuger's avatar Arnim Läuger
Browse files

note note

parent b9280ea6
...@@ -64,7 +64,7 @@ Read DHT11 humidity temperature combo sensor. ...@@ -64,7 +64,7 @@ Read DHT11 humidity temperature combo sensor.
!!! note "Note:" !!! 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 #### See also
[dht.read()](#dhtread) [dht.read()](#dhtread)
...@@ -87,7 +87,7 @@ Read all kinds of DHT sensors, except DHT11. ...@@ -87,7 +87,7 @@ Read all kinds of DHT sensors, except DHT11.
!!! note "Note:" !!! 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 #### See also
[dht.read()](#dhtread) [dht.read()](#dhtread)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment