Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
Add Definitions for Targets
  • Loading branch information
tobeornottobe81 authored Jul 4, 2024
1 parent f84d6eb commit dfa82b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/FLYCOLORF7_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
#define BOARD_NAME FLYCOLORF7_AIO
#define MANUFACTURER_ID FLCO

#define USE_ACC
#define USE_ACC_SPI_MPU6000
#define USE_GYRO
#define USE_GYRO_SPI_MPU6000
#define USE_FLASH
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

#define BEEPER_PIN PC14
#define MOTOR1_PIN PB1
#define MOTOR2_PIN PB4
Expand Down

0 comments on commit dfa82b0

Please sign in to comment.