Commit Graph

4 Commits

Author SHA1 Message Date
robcazzaro 85727485cf Update dht22.lua
Addresses issue #225, slower loop timing due to the use of floats. Should be safe to use with integer-only builds, since on integer-only builds I could never see "3" as a valid value for either low or high
2015-02-16 19:17:23 +00:00
Javier Yáñez a3e518724c Support for versions of NodeMCU with float point
Read error is indicated with humidity = nil
2015-02-02 09:59:20 +01:00
Javier Yáñez 71dd55ba45 Turn some variables to local
ake some adjustments because of the optimization using local variables
2015-01-25 20:13:07 +01:00
Javier Yáñez 75904ed9bd DHT22 module 2015-01-21 08:21:08 +01:00