File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6060#define UART4_RX_PIN PA1
6161#define UART5_RX_PIN PD2
6262#define UART6_RX_PIN PC7
63+ #define I2C1_SCL_PIN PB8
64+ #define I2C1_SDA_PIN PB9
65+ #define MAG_I2C_INSTANCE I2CDEV_1
6366#define INVERTER_PIN_UART3 PC9
6467#define INVERTER_PIN_UART6 PC8
6568#define LED0_PIN PB5
Original file line number Diff line number Diff line change 5757#define UART4_RX_PIN PA1
5858#define UART5_RX_PIN PD2
5959#define UART6_RX_PIN PC7
60+ #define I2C1_SCL_PIN PB8
61+ #define I2C1_SDA_PIN PB9
6062#define INVERTER_PIN_UART3 PC9
6163#define INVERTER_PIN_UART6 PC8
6264#define LED0_PIN PB5
9597#define ADC2_DMA_OPT 1
9698#define ADC_INSTANCE ADC2
9799#define BARO_SPI_INSTANCE SPI3
100+ #define MAG_I2C_INSTANCE I2CDEV_1
98101
99102#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
100103#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF
You can’t perform that action at this time.
0 commit comments