Skip to content

Commit

Permalink
[target] FOXEERF722V4 ICM42668P
Browse files Browse the repository at this point in the history
6 uarts
  • Loading branch information
nerdCopter committed Jul 17, 2023
1 parent f1a8fd9 commit 74f02d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/target/FOXEERF722DUAL/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
#define ACC_2_ALIGN ACC_MPU6500_2_ALIGN

#define GYRO_CONFIG_USE_GYRO_DEFAULT GYRO_CONFIG_USE_GYRO_1


#endif

#define ENABLE_DSHOT_DMAR true
Expand Down Expand Up @@ -124,7 +122,14 @@

#define UART5_TX_PIN PC12
#define UART5_RX_PIN PD2

#define USBD_PRODUCT_STRING "FOXEERF722V4"
#define UART6_TX_PIN C06
#define UART6_RX_PIN C07
#define SERIAL_PORT_COUNT 7
#else
#define SERIAL_PORT_COUNT 6
#endif

#define USE_I2C
#define USE_I2C_DEVICE_1
Expand Down

0 comments on commit 74f02d4

Please sign in to comment.