Browse Source

HAL: add Invensense register bank based sensor types

mission-4.1.18
Siddharth Purohit 6 years ago committed by Andrew Tridgell
parent
commit
0d4725d6c6
  1. 3
      libraries/AP_HAL/AP_HAL_Boards.h

3
libraries/AP_HAL/AP_HAL_Boards.h

@ -82,6 +82,9 @@ @@ -82,6 +82,9 @@
#define HAL_INS_RST 21
#define HAL_INS_LSM9DS1 22
#define HAL_INS_ICM20789_SPI 23
#define HAL_INS_INV2_I2C 24
#define HAL_INS_INV2_SPI 25
/* Barometer driver types */
#define HAL_BARO_NONE 0

Loading…
Cancel
Save