mirror of https://github.com/ArduPilot/ardupilot
mRo Control Zero Classic: Added ADC input for servo rail
This commit is contained in:
parent
319d1a794f
commit
a50c19f622
|
@ -129,6 +129,9 @@ PB1 AUX_ADC2 ADC1 SCALE(1)
|
||||||
# And the analog input for airspeed (rarely used these days).
|
# And the analog input for airspeed (rarely used these days).
|
||||||
PC5 PRESSURE_SENS ADC1 SCALE(2)
|
PC5 PRESSURE_SENS ADC1 SCALE(2)
|
||||||
|
|
||||||
|
# Servo rail analog input
|
||||||
|
PF13 FMU_SERVORAIL_VCC_SENS ADC2 SCALE(2)
|
||||||
|
|
||||||
# RSSI Analog Input
|
# RSSI Analog Input
|
||||||
PC0 RSSI_IN ADC1
|
PC0 RSSI_IN ADC1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue