mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added Invensensev2 defines
This commit is contained in:
parent
9773f841b8
commit
9a3ce35d7b
|
@ -97,6 +97,8 @@
|
||||||
#define HAL_INS_RST 21
|
#define HAL_INS_RST 21
|
||||||
#define HAL_INS_LSM9DS1 22
|
#define HAL_INS_LSM9DS1 22
|
||||||
#define HAL_INS_ICM20789_SPI 23
|
#define HAL_INS_ICM20789_SPI 23
|
||||||
|
#define HAL_INS_INV2_I2C 24
|
||||||
|
#define HAL_INS_INV2_SPI 25
|
||||||
|
|
||||||
/* Barometer driver types */
|
/* Barometer driver types */
|
||||||
#define HAL_BARO_NONE 0
|
#define HAL_BARO_NONE 0
|
||||||
|
|
Loading…
Reference in New Issue