mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mpu9250: create dedicated i2c version and delete legacy driver
- update crazyflie and bbblue usage - eventually this should be merged with the SPI version after interface changes are made
This commit is contained in:
@@ -58,11 +58,11 @@ static constexpr wq_config_t SPI4{"wq:SPI4", 2336, -5};
|
||||
static constexpr wq_config_t SPI5{"wq:SPI5", 2336, -6};
|
||||
static constexpr wq_config_t SPI6{"wq:SPI6", 2336, -7};
|
||||
|
||||
static constexpr wq_config_t I2C0{"wq:I2C0", 1472, -8};
|
||||
static constexpr wq_config_t I2C1{"wq:I2C1", 1472, -9};
|
||||
static constexpr wq_config_t I2C2{"wq:I2C2", 1472, -10};
|
||||
static constexpr wq_config_t I2C3{"wq:I2C3", 1472, -11};
|
||||
static constexpr wq_config_t I2C4{"wq:I2C4", 1472, -12};
|
||||
static constexpr wq_config_t I2C0{"wq:I2C0", 2336, -8};
|
||||
static constexpr wq_config_t I2C1{"wq:I2C1", 2336, -9};
|
||||
static constexpr wq_config_t I2C2{"wq:I2C2", 2336, -10};
|
||||
static constexpr wq_config_t I2C3{"wq:I2C3", 2336, -11};
|
||||
static constexpr wq_config_t I2C4{"wq:I2C4", 2336, -12};
|
||||
|
||||
// PX4 att/pos controllers, highest priority after sensors.
|
||||
static constexpr wq_config_t nav_and_controllers{"wq:nav_and_controllers", 1730, -13};
|
||||
|
||||
Reference in New Issue
Block a user