mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Add MPU6500 SPI driver. Move sensor initialisation defines into target
specific headers.
This commit is contained in:
parent
79c2e5648f
commit
da51b5c479
19 changed files with 451 additions and 190 deletions
|
@ -26,8 +26,9 @@ typedef enum AccelSensors {
|
|||
ACC_BMA280 = 4,
|
||||
ACC_LSM303DLHC = 5,
|
||||
ACC_SPI_MPU6000 = 6,
|
||||
ACC_FAKE = 7,
|
||||
ACC_NONE = 8
|
||||
ACC_SPI_MPU6500 = 7,
|
||||
ACC_FAKE = 8,
|
||||
ACC_NONE = 9
|
||||
} AccelSensors;
|
||||
|
||||
extern uint8_t accHardware;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue