mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Relocate and use some of the common MPU code from MPU6000 into
accgyro_mpu.c.
This commit is contained in:
parent
0361d161fb
commit
678c0413cb
10 changed files with 98 additions and 126 deletions
|
@ -63,6 +63,7 @@ typedef enum {
|
|||
MPU_NONE,
|
||||
MPU_3050,
|
||||
MPU_60x0,
|
||||
MPU_60x0_SPI,
|
||||
MPU_65xx_I2C,
|
||||
MPU_65xx_SPI
|
||||
} detectedMPUSensor_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue