Skip to content

Commit

Permalink
Add I2C GYRO define (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Jan 2, 2025
1 parent 1b62baa commit 9905ee9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/NUCLEOF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define MANUFACTURER_ID STMI

#define USE_GYRO
#define USE_I2C_GYRO
#define USE_GYRO_MPU6050
#define USE_ACC
#define USE_ACC_MPU6050
Expand Down
1 change: 1 addition & 0 deletions configs/NUCLEOG474/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#define USE_GYRO
#define USE_FAKE_GYRO
#define USE_I2C_GYRO
#define USE_GYRO_MPU6050
#define USE_ACC
#define USE_FAKE_ACC
Expand Down
1 change: 0 additions & 1 deletion configs/RUSHCORE7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#define USE_GYRO
#define USE_GYRO_SPI_MPU6500
#define USE_GYRO_SPI_MPU6000
#define USE_GYRO_MPU6000
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456
Expand Down

0 comments on commit 9905ee9

Please sign in to comment.