Skip to content

Commit

Permalink
Configure compass on DARWINF411 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Aug 11, 2023
1 parent d800f6f commit 0273766
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/DARWINF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define USE_GYRO_SPI_ICM20689
#define USE_ACC_SPI_ICM20689
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_BMP280
#define USE_MAX7456
#define USE_SDCARD
Expand Down Expand Up @@ -86,8 +87,9 @@

#define ADC1_DMA_OPT 1

#define USE_BARO
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define I2C1_CLOCKSPEED 400
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_AUTO
#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF
Expand Down

0 comments on commit 0273766

Please sign in to comment.