mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
SoftSerial port for CC3D
This commit is contained in:
parent
63236d5a2a
commit
20c4dae7c2
7 changed files with 44 additions and 6 deletions
|
@ -53,7 +53,9 @@
|
|||
#define USART3_APB1_PERIPHERALS RCC_APB1Periph_USART3
|
||||
#define USART3_APB2_PERIPHERALS RCC_APB2Periph_GPIOB
|
||||
|
||||
#define SERIAL_PORT_COUNT 2
|
||||
#define USE_SOFT_SERIAL
|
||||
#define SERIAL_PORT_COUNT 4
|
||||
#define SOFT_SERIAL
|
||||
|
||||
#define USE_SPI
|
||||
#define USE_SPI_DEVICE_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue