mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Compass: update TYPEMASK documentation
Add missing drivers IST8308 and MAG3110.
This commit is contained in:
parent
cbe462fa57
commit
9d95579b2d
@ -437,7 +437,7 @@ const AP_Param::GroupInfo Compass::var_info[] = {
|
|||||||
// @Param: TYPEMASK
|
// @Param: TYPEMASK
|
||||||
// @DisplayName: Compass disable driver type mask
|
// @DisplayName: Compass disable driver type mask
|
||||||
// @Description: This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup
|
// @Description: This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup
|
||||||
// @Bitmask: 0:HMC5883,1:LSM303D,2:AK8963,3:BMM150,4:LSM9DS1,5:LIS3MDL,6:AK09916,7:IST8310,8:ICM20948,9:MMC3416,11:UAVCAN,12:QMC5883
|
// @Bitmask: 0:HMC5883,1:LSM303D,2:AK8963,3:BMM150,4:LSM9DS1,5:LIS3MDL,6:AK09916,7:IST8310,8:ICM20948,9:MMC3416,11:UAVCAN,12:QMC5883,14:MAG3110,15:IST8308
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("TYPEMASK", 33, Compass, _driver_type_mask, 0),
|
AP_GROUPINFO("TYPEMASK", 33, Compass, _driver_type_mask, 0),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user