Andrew Tridgell
|
c952e58edb
|
AP_InertialSensor: fixed invensense driver temp reading
different parts have quite different zero offsets in temperature
|
2017-04-03 10:06:27 +10:00 |
Andrew Tridgell
|
875274e761
|
AP_InertialSensor: added support for ICM-20602
treat the same as a 20608
|
2017-03-02 14:21:36 +11:00 |
Lucas De Marchi
|
2d50eb312c
|
AP_InertialSensor: add support to MPU6500
Just like and MPU9250 without mag and with different WHOAMI register.
|
2017-02-26 13:37:13 +11:00 |
Lucas De Marchi
|
5472bc4de1
|
Global: change Device::PeriodicCb signature
Remove bool return as it's never being used and not supported on PX4.
|
2017-01-14 10:03:54 +11:00 |
Andrew Tridgell
|
65b9b86099
|
AP_InertialSensor: unify MPU6000 and MPU9250 drivers
make a single AP_InertialSensor_Invensense driver. This avoids a lot
of duplication and will save time as new varients are added
|
2016-12-16 12:31:34 +11:00 |