Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy ACCGYRO driver from STM32F411DISCOVERY #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configs/STM32F411DISCOVERY/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#define MANUFACTURER_ID STMI

#define USE_ACC
#define USE_ACC_LSM303DLHC
#define USE_ACC_MPU6500
#define USE_GYRO
#define USE_GYRO_L3GD20
#define USE_GYRO_MPU6500
#define MPU_I2C_INSTANCE I2CDEV_1

#define BEEPER_PIN PD12
Expand Down Expand Up @@ -75,7 +75,7 @@
#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE I2CDEV_1
#define BARO_I2C_INSTANCE I2CDEV_1
#define BARO_I2C_INSTANCE I2CDEV_1
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define BEEPER_PWM_HZ 2000
Expand Down