adafruit/Adafruit-Raspberry-Pi-Python-Code

DHT Python error in readme

natcl opened this issue · 1 comments

There is an error in the Readme for the Python DHT code:

The line
print dhtreader(type, pin)

Should be
print dhtreader.read(type, pin)

ok!