When using BMP5_USE_FIXED_POINT, raw_data_t is divided by 64 instead of 65536
|
/* Division by 2^16(whose equivalent value is 65536) is performed to get temperature data and followed by fixed point digit |
|
(int64_t)((raw_data_t / (float)(float)64.0) * (power(10, BMP5_FIXED_POINT_DIGIT_PRECISION))); |
When using BMP5_USE_FIXED_POINT, raw_data_t is divided by 64 instead of 65536
BMP5_SensorAPI/bmp5.c
Line 1887 in c779b44
BMP5_SensorAPI/bmp5.c
Line 1891 in c779b44