mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL: add MPU6500 defines
This commit is contained in:
parent
4ff5bf5af5
commit
8002df6e45
@ -70,6 +70,7 @@
|
||||
#define HAL_INS_QURT 16
|
||||
#define HAL_INS_BBBMINI 17
|
||||
#define HAL_INS_AERO 18
|
||||
#define HAL_INS_MPU6500 19
|
||||
|
||||
/* Barometer driver types */
|
||||
#define HAL_BARO_BMP085 1
|
||||
|
@ -57,6 +57,8 @@
|
||||
#define HAL_INS_MPU9250_NAME "mpu9250"
|
||||
#define HAL_INS_MPU9250_EXT_NAME "mpu9250_ext"
|
||||
|
||||
#define HAL_INS_MPU6500_NAME "mpu6500"
|
||||
|
||||
#define HAL_INS_ICM20608_NAME "icm20608"
|
||||
#define HAL_INS_ICM20608_AM_NAME "icm20608-am"
|
||||
#define HAL_INS_ICM20608_EXT_NAME "icm20608_ext"
|
||||
|
Loading…
Reference in New Issue
Block a user