mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Relay: document new relay pin numbers
This commit is contained in:
parent
5e33bbd197
commit
8d08f6d669
@ -24,8 +24,9 @@
|
||||
const AP_Param::GroupInfo AP_Relay::var_info[] PROGMEM = {
|
||||
// @Param: PIN
|
||||
// @DisplayName: Relay Pin
|
||||
// @Description: Digital pin number for relay control. This is normally 47 for the APM1 relay, 13 for the A9 pin on APM2 and 111 for the high power relay pin on the PX4.
|
||||
// @Description: Digital pin number for relay control.
|
||||
// @User: Standard
|
||||
// @Values: 13:APM2 A9 pin,47:APM1 relay,111:PX4 FMU Relay1,112:PX4 FMU Relay2,113:PX4IO Relay1,114:PX4IO Relay2,115:PX4IO ACC1,116:PX4IO ACC2
|
||||
AP_GROUPINFO("PIN", 0, AP_Relay, _pin, RELAY_PIN),
|
||||
|
||||
AP_GROUPEND
|
||||
|
Loading…
Reference in New Issue
Block a user