Skip to content

Commit

Permalink
add dps310 to mambaf722_i2c (#268)
Browse files Browse the repository at this point in the history
* add dps310 to mambaf722_i2c

have this FC with DPS310 baro https://cdn.shopifycdn.net/s/files/1/0027/2708/4144/files/DJI_F722_MK2_F55_128K.jpg?v=1652324572

* Update config.h

---------

Co-authored-by: Mark Haslinghuis <[email protected]>
  • Loading branch information
mituritsyn and haslinghuis authored Dec 19, 2023
1 parent 2c98ccc commit 800b4e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configs/MAMBAF722_I2C/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@

#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_ACC_SPI_MPU6500
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_SPI_MPU6500
#define USE_ACC_SPI_MPU6500
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down Expand Up @@ -112,7 +114,6 @@

#define PINIO1_PIN PB0

#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define MAG_I2C_INSTANCE (I2CDEV_1)

Expand Down

0 comments on commit 800b4e8

Please sign in to comment.