AP_HAL: Add MPU9250 over I2C

This commit is contained in:
José Roberto de Souza 2015-09-28 13:49:32 -03:00 committed by Andrew Tridgell
parent 607ab5b005
commit b3f030f650

View File

@ -61,6 +61,7 @@
#define HAL_INS_L3GD20 10
#define HAL_INS_LSM9DS0 11
#define HAL_INS_RASPILOT 12
#define HAL_INS_MPU9250_I2C 13
// barometer driver types
#define HAL_BARO_BMP085 1