eldruin / mlx9061x-rs

Platform-agnostic Rust driver for MLX90614/MLX90615 Infrarred thermometer
Apache License 2.0
6 stars 5 forks source link

Fix raw IR channel readout #9

Open hacknus opened 1 week ago

hacknus commented 1 week ago

Raw IR channel measurements are i16 types. They represent a voltage which can be positive or negative. If the object is warmer than the sensor it is positive, if the object is colder than the sensor, it is negative. (see datasheet)