Skip to content

Commit 05a421f

Browse files
authored
Update CYCLONEF405_PRO/config.h (#422)
* Update config.h I've developed a config file for CYCLONE F405_PRO renew icm42688 DSP310 * Update CYCLONEF405_PRO/config.h * Update config.h
1 parent 39d434c commit 05a421f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/CYCLONEF405_PRO/config.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
#define USE_ACC_SPI_MPU6000
3131
#define USE_GYRO
3232
#define USE_GYRO_SPI_MPU6000
33+
#define USE_GYRO_SPI_ICM42688P
34+
#define USE_ACC_SPI_ICM42688P
35+
#define USE_BARO
36+
#define USE_BARO_DPS310
3337
#define USE_FLASH
3438
#define USE_FLASH_W25Q128FV
3539
#define USE_MAX7456
@@ -96,6 +100,7 @@
96100
#define ADC3_DMA_OPT 0
97101

98102
#define MAG_I2C_INSTANCE (I2CDEV_1)
103+
#define BARO_I2C_INSTANCE (I2CDEV_1)
99104

100105
#define ADC_INSTANCE ADC3
101106
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH

0 commit comments

Comments
 (0)