Andrew Tridgell
|
f877def909
|
AP_Compass: removed default rotations for compass probe
this prevents bugs where the force_external and rotation are mixed up
in hwdef.dat causing incorrect rotations
|
2019-09-04 16:27:47 +10:00 |
Siddharth Purohit
|
6ff8f52957
|
AP_Compass: add support for AK09916 connected over fourth IMU over I2C
|
2019-03-06 20:47:10 +11:00 |
Siddharth Purohit
|
cff8bf14b7
|
AP_Compass: add support for AK09916 via invensensev2 aux bus
|
2019-03-06 20:47:10 +11:00 |
Lucas De Marchi
|
565df5ec94
|
AP_Compass: AK09916: use common method to accumulate samples
|
2018-10-15 14:41:09 -07:00 |
Lucas De Marchi
|
4039b51810
|
AP_Compass: stop passing frontend pointer
Let AP_Compass_Backend call AP::compass() *once* instead of passing
the frontend pointer over and over.
|
2018-09-06 08:23:02 +10:00 |
Andrew Tridgell
|
d946d5da6f
|
AP_Compass: enable AK09916 inside a ICM20948
the ICM20948 has an AK09916 which can be accessed via I2C bypass
|
2017-06-07 17:39:45 +10: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 |
Pierre Kancir
|
c49c851a57
|
Ap_Compass: AK09916 fix order
|
2016-12-06 09:31:21 -08:00 |
Andrew Tridgell
|
62805f59fa
|
AP_Compass: added AK09916 driver
yet another magnetometer!
|
2016-11-25 17:50:24 +11:00 |