mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
RSSI monitoring on CC3D
This commit is contained in:
parent
2c8b3af88d
commit
caf81ad640
4 changed files with 29 additions and 36 deletions
|
@ -50,9 +50,12 @@
|
|||
#define SERIAL_PORT_COUNT 3
|
||||
|
||||
#define SOFTSERIAL_1_TIMER TIM3
|
||||
#define SOFTSERIAL_1_TIMER_TX_HARDWARE 1 // PWM 2
|
||||
#define SOFTSERIAL_1_TIMER_RX_HARDWARE 2 // PWM 3
|
||||
#define SOFTSERIAL_1_TIMER_TX_HARDWARE 3 // PWM 4
|
||||
|
||||
#define CurrentMeter_TIMER 3 // PWM4
|
||||
#define Vbat_TIMER 4 // PWM5
|
||||
#define RSSI_TIMER 5 // PWM6
|
||||
|
||||
#define USART3_RX_PIN Pin_11
|
||||
#define USART3_TX_PIN Pin_10
|
||||
|
@ -60,13 +63,10 @@
|
|||
#define USART3_APB1_PERIPHERALS RCC_APB1Periph_USART3
|
||||
#define USART3_APB2_PERIPHERALS RCC_APB2Periph_GPIOB
|
||||
|
||||
|
||||
|
||||
#define USE_SPI
|
||||
#define USE_SPI_DEVICE_1
|
||||
#define USE_SPI_DEVICE_2
|
||||
|
||||
|
||||
#define SENSORS_SET (SENSOR_ACC)
|
||||
|
||||
#define GPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue