zephyr/drivers/sensor/mpu6050
Adam Serbinski c70fc85909 drivers: sensors: mpu6050: add support for mpu9250
mpu9250 is a single package that contains both an mpu6050 6-axis
motion sensor and an ak8963 magnetometer. The two parts have
separate i2c addresses, yet despite the common mpu6050 component,
it has a different value in the "WHOAMI" register -- 0x71 instead
of 0x68.

This adds the additional chip id value in order to enable the use
of mpu9250.

Signed-off-by: Adam Serbinski <adam@serbinski.com>
2021-02-24 17:52:47 -06:00
..
CMakeLists.txt
Kconfig
mpu6050.c drivers: sensors: mpu6050: add support for mpu9250 2021-02-24 17:52:47 -06:00
mpu6050.h drivers: sensors: mpu6050: add support for mpu9250 2021-02-24 17:52:47 -06:00
mpu6050_trigger.c