mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Initial FURYF3 Target
This commit is contained in:
parent
a74acccb84
commit
1e68552a0c
15 changed files with 808 additions and 8 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#ifndef SOFT_I2C
|
||||
|
||||
#if !defined(I2C1_SCL_GPIO)
|
||||
#define I2C1_SCL_GPIO GPIOB
|
||||
#define I2C1_SCL_GPIO_AF GPIO_AF_4
|
||||
#define I2C1_SCL_PIN GPIO_Pin_6
|
||||
|
@ -40,6 +41,7 @@
|
|||
#define I2C1_SDA_PIN GPIO_Pin_7
|
||||
#define I2C1_SDA_PIN_SOURCE GPIO_PinSource7
|
||||
#define I2C1_SDA_CLK_SOURCE RCC_AHBPeriph_GPIOB
|
||||
#endif
|
||||
|
||||
#if !defined(I2C2_SCL_GPIO)
|
||||
#define I2C2_SCL_GPIO GPIOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue