1
0
Fork 0
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:
kc10kevin 2016-06-05 05:53:27 -05:00
parent a74acccb84
commit 1e68552a0c
15 changed files with 808 additions and 8 deletions

View file

@ -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