This commit is contained in:
Arnim Läuger 2016-01-13 23:29:24 +01:00
parent 3ba64bd768
commit b9280ea6d1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Read all kinds of DHT sensors, including DHT11, 21, 22, 33, 44 humidity temperat
!!! 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`.
#### Example #### Example
```lua ```lua