Skip to content

Commit

Permalink
AP_RPM: Mark type = PWM as not used in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKear authored and tridge committed Aug 24, 2021
1 parent b4346ba commit c94b9e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/AP_RPM/AP_RPM_Params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ const AP_Param::GroupInfo AP_RPM_Params::var_info[] = {
// @Param: TYPE
// @DisplayName: RPM type
// @Description: What type of RPM sensor is connected
// @Values: 0:None,1:PWM,2:AUXPIN,3:EFI,4:Harmonic Notch,5:ESC Telemetry Motors Bitmask
// @Values: 0:None,1:Not Used,2:AUXPIN,3:EFI,4:Harmonic Notch,5:ESC Telemetry Motors Bitmask
// @User: Standard
AP_GROUPINFO_FLAGS("TYPE", 1, AP_RPM_Params, type, 0, AP_PARAM_FLAG_ENABLE),
// Note, 1 was previously for type = PWM. This has been removed from docs to make setup less confusing for users.
// However, 1 is reserved as it does still fallthrough to type = AUXPIN.

// @Param: SCALING
// @DisplayName: RPM scaling
Expand Down

0 comments on commit c94b9e8

Please sign in to comment.