mirror of https://github.com/ArduPilot/ardupilot
AP_Common: added MPU9250 product ID
This commit is contained in:
parent
520727e5bd
commit
37dea4e367
|
@ -145,6 +145,7 @@ struct PACKED Location {
|
|||
#define AP_PRODUCT_ID_FLYMAPLE 0x100 // Flymaple with ITG3205, ADXL345, HMC5883, BMP085
|
||||
#define AP_PRODUCT_ID_L3G4200D 0x101 // Linux with L3G4200D and ADXL345
|
||||
#define AP_PRODUCT_ID_PIXHAWK_FIRE_CAPE 0x102 // Linux with the PixHawk Fire Cape
|
||||
#define AP_PRODUCT_ID_MPU9250 0x103 // MPU9250
|
||||
#define AP_PRODUCT_ID_VRBRAIN 0x150 // VRBRAIN on NuttX
|
||||
|
||||
// map from kbaud rate to baudrate
|
||||
|
|
Loading…
Reference in New Issue