zephyr/drivers/sensor/bmi160
Yuval Peress 9381e86cbe bmi160: fix value calculation
As an example, when the gyro range is set to 250 deg/sec the scale
was set to 133 where it really should be 133.160058662. This leads
to a 0.12% error in the value returned. By separating the numerator
and denominator, we're able to drastically reduce the error.

Signed-off-by: Yuval Peress <peress@google.com>
2024-01-16 10:01:00 +01:00
..
bmi160_trigger.c
bmi160.c bmi160: fix value calculation 2024-01-16 10:01:00 +01:00
bmi160.h bmi160: fix value calculation 2024-01-16 10:01:00 +01:00
CMakeLists.txt
emul_bmi160.c bus: emul: Update i2c/spi emulators with mock transport 2024-01-16 10:01:00 +01:00
emul_bmi160.h
Kconfig