RobTillaart / DHTNew

Arduino library for DHT11 and DHT22 with automatic sensor recognition
MIT License
98 stars 15 forks source link

Remove humidity and temperature as public members. #6

Closed RobTillaart closed 4 years ago

RobTillaart commented 4 years ago

As this is a breaking change it should be in a separate release 0.2.0

work done so far:

  1. added function getHumidity()
  2. added function getTemperature()
  3. updated all examples to the new interface version
Mr-HaleYa commented 4 years ago

submitted in PR #7