1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

multiesc support for the cc3d

This commit is contained in:
nathan 2015-08-22 22:40:44 -07:00 committed by borisbstyle
parent 5be6a0762f
commit 6e37b352e7
4 changed files with 7 additions and 49 deletions

View file

@ -121,20 +121,6 @@
// How many escs does this board support?
#define ESC_COUNT 6
// TODO: MainPort/FlexPort config via command line config
// Comment out to use the FlexPort
#define SERIAL_1WIRE_USE_MAIN
#ifdef SERIAL_1WIRE_USE_MAIN
// MainPort (pin 30/31, TX/RX respectively)
// Note, main port has an inverter driven by pin 20
// JST Pin3 TX - connect to external UART/USB RX
#define S1W_TX_GPIO GPIOA
#define S1W_TX_PIN GPIO_Pin_9
// JST Pin4 RX - connect to external UART/USB TX
#define S1W_RX_GPIO GPIOA
#define S1W_RX_PIN GPIO_Pin_10
#else
// FlexPort (pin 21/22, TX/RX respectively):
// Note, FlexPort has 10k pullups on both TX and RX
// JST Pin3 TX - connect to external UART/USB RX
@ -143,7 +129,6 @@
// JST Pin4 RX - connect to external UART/USB TX
#define S1W_RX_GPIO GPIOB
#define S1W_RX_PIN GPIO_Pin_11
#endif
#if defined(OPBL)
// disabled some features for OPBL build due to code size.