Skip to content

Commit

Permalink
Add defines for CYCLONEF405_PRO (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Feb 15, 2024
1 parent e5542f2 commit 7b91e5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/CYCLONEF405_PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
#define BOARD_NAME CYCLONEF405_PRO
#define MANUFACTURER_ID CYCL

#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 PC13
#define MOTOR1_PIN PC8
#define MOTOR2_PIN PC9
Expand Down

0 comments on commit 7b91e5a

Please sign in to comment.