RobTillaart / DHTNew

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

Small documentation improvement: add unity #95

Closed koocotte closed 3 months ago

koocotte commented 3 months ago

Hello,

A small suggestion to improve documentation: explicit unity :

Document getHumidity() return a value between 0.0-1.0 or between 0.0-100.0, to be interpreted as a percent of humidity.

float getTemperature() returns temperature as °C or °F ?

Thanks

RobTillaart commented 3 months ago

Thanks for this issue, Will have a look a the documentation to see how to improve.

RobTillaart commented 3 months ago

Created a develop branch and a PR to improve the documentation. Also includes some other pending updates.