melexis / mlx90632-library

MLX90632 library for the Melexis 90632 Infra Red temperature sensor.
Apache License 2.0
42 stars 15 forks source link

Temperature in Celsius and not milliCelsius #37

Open anasqirat opened 2 years ago

anasqirat commented 2 years ago

Throughout the library documentation, it is mentioned that the calculated temperature is in milliCelsius. From my dry run calculations and sensor datasheet, I believe the calculated temperature is in degree celsius.

Letme commented 2 years ago

True, that milliCelsius is taken from kernel driver which is integer implementation of this driver. Feel free to contribute a pull request