AP_Airspeed: list MEAS airspeed in ARSPD_PIN docs

This commit is contained in:
Andrew Tridgell 2013-08-21 21:06:22 +10:00
parent 01e9122850
commit 31e1b7fcf6
1 changed files with 1 additions and 1 deletions

View File

@ -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),