Skip to content

Commit

Permalink
ADD SPI4 and Fix GYRO_2 EXTI_PIN/CS_PIN
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanYangFPV committed Dec 31, 2024
1 parent 5ff4929 commit 19d064c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions configs/DAKEFPVH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
#define SPI3_SCK_PIN PC10
#define SPI3_SDI_PIN PC11
#define SPI3_SDO_PIN PC12
#define SPI4_SCK_PIN PE12
#define SPI4_SDI_PIN PE13
#define SPI4_SDO_PIN PE14
#define CAMERA_CONTROL_PIN PB8
#define ADC_VBAT_PIN PC1
#define ADC_RSSI_PIN PC5
Expand All @@ -95,8 +98,8 @@
#define MAX7456_SPI_CS_PIN PB12
#define GYRO_1_EXTI_PIN PC4
#define GYRO_1_CS_PIN PA4
#define GYRO_2_EXTI_PIN PE15
#define GYRO_2_CS_PIN PE11
#define GYRO_2_EXTI_PIN PB2
#define GYRO_2_CS_PIN PB1

#define USE_GYRO_CLKIN
#define GYRO_1_CLKIN_PIN PB9
Expand Down

0 comments on commit 19d064c

Please sign in to comment.