eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
659 stars 411 forks source link

Documentation for HTU21D sensor says it returns humidity in degC. Is that right #561

Closed stefan-andritoiu closed 7 years ago

stefan-andritoiu commented 7 years ago

https://github.com/intel-iot-devkit/upm/blob/master/src/htu21d/htu21d.hpp#L103

I would change it but I don't know if it's % or %%

Also this line is weirdly phrased: https://github.com/intel-iot-devkit/upm/blob/master/src/htu21d/htu21d.hpp#L111

Propanu commented 7 years ago

Updated to match sensor datasheet in 8186d093ec1a2fca82ff15ea03dec86f3ca4c401. Hope this clarifies things. Thanks!