RMDO: Bring up to date with GTUNE and SERIAL_1WIRE
This commit is contained in:
parent
1fed2579c1
commit
18aaf7a892
|
@ -153,6 +153,7 @@
|
||||||
|
|
||||||
#define GPS
|
#define GPS
|
||||||
#define BLACKBOX
|
#define BLACKBOX
|
||||||
|
#define GTUNE
|
||||||
#define TELEMETRY
|
#define TELEMETRY
|
||||||
#define SERIAL_RX
|
#define SERIAL_RX
|
||||||
#define DISPLAY
|
#define DISPLAY
|
||||||
|
@ -163,3 +164,10 @@
|
||||||
// USART3,
|
// USART3,
|
||||||
#define BIND_PORT GPIOB
|
#define BIND_PORT GPIOB
|
||||||
#define BIND_PIN Pin_11
|
#define BIND_PIN Pin_11
|
||||||
|
|
||||||
|
#define USE_SERIAL_1WIRE
|
||||||
|
#define ESC_COUNT 8
|
||||||
|
#define S1W_TX_GPIO GPIOA
|
||||||
|
#define S1W_TX_PIN GPIO_Pin_9
|
||||||
|
#define S1W_RX_GPIO GPIOA
|
||||||
|
#define S1W_RX_PIN GPIO_Pin_10
|
Loading…
Reference in New Issue