mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: list MEAS airspeed in ARSPD_PIN docs
This commit is contained in:
parent
01e9122850
commit
31e1b7fcf6
|
@ -66,7 +66,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] PROGMEM = {
|
|||
|
||||
// @Param: PIN
|
||||
// @DisplayName: Airspeed pin
|
||||
// @Description: The analog pin number that the airspeed sensor is connected to. Set this to 0..9 for the APM2 analog pins. Set to 64 on an APM1 for the dedicated airspeed port on the end of the board. Set to 11 on PX4 for the analog airspeed port. Set to 65 on the PX4 for an EagleTree I2C airspeed sensor.
|
||||
// @Description: The analog pin number that the airspeed sensor is connected to. Set this to 0..9 for the APM2 analog pins. Set to 64 on an APM1 for the dedicated airspeed port on the end of the board. Set to 11 on PX4 for the analog airspeed port. Set to 65 on the PX4 for an EagleTree or MEAS I2C airspeed sensor.
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("PIN", 4, AP_Airspeed, _pin, ARSPD_DEFAULT_PIN),
|
||||
|
||||
|
|
Loading…
Reference in New Issue