mirror of https://github.com/ArduPilot/ardupilot
hwdef: Enable Spektrum 3.3V VDD Power on fmuv5
This commit is contained in:
parent
56e35e0712
commit
ec911710c9
|
@ -130,6 +130,13 @@ PC13 DRDY5_BMI055_GYRO INPUT
|
||||||
PD10 DRDY6_BMI055_ACC INPUT
|
PD10 DRDY6_BMI055_ACC INPUT
|
||||||
PD15 DRDY7_EXTERNAL1 INPUT
|
PD15 DRDY7_EXTERNAL1 INPUT
|
||||||
|
|
||||||
|
# Control of Spektrum power pin
|
||||||
|
PE4 SPEKTRUM_PWR OUTPUT HIGH GPIO(73)
|
||||||
|
define HAL_GPIO_SPEKTRUM_PWR 73
|
||||||
|
|
||||||
|
# Spektrum Power is Active High
|
||||||
|
define HAL_SPEKTRUM_PWR_ENABLED 1
|
||||||
|
|
||||||
# UARTs
|
# UARTs
|
||||||
|
|
||||||
# USART2 is telem1
|
# USART2 is telem1
|
||||||
|
|
Loading…
Reference in New Issue