AP_Notify: add note to desc's on how to determine GPIO pin numbers

This commit is contained in:
Henry Wurzburg 2022-04-22 08:14:44 -05:00 committed by Randy Mackay
parent cc51e9f995
commit a8ff5ca2b9

View File

@ -172,7 +172,7 @@ const AP_Param::GroupInfo AP_Notify::var_info[] = {
// @Param: BUZZ_PIN
// @DisplayName: Buzzer pin
// @Description: Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET!
// @Description: Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET! Some the Wiki's "GPIOs" page for how to determine the pin number for a given autopilot.
// @Values: 0:Disabled
// @User: Advanced
AP_GROUPINFO("BUZZ_PIN", 5, AP_Notify, _buzzer_pin, HAL_BUZZER_PIN),