Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRV_Channel: convert function to AP_Int16 #13177

Merged
merged 6 commits into from
Jan 14, 2020

Commits on Jan 14, 2020

  1. AP_Param: added convert_parameter_width()

    this allows for easy conversion of the width of a parameter without
    changing indexes
    tridge committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    cb56044 View commit details
    Browse the repository at this point in the history
  2. SRV_Channel: change function to AP_Int16

    this also removes the old parameter conversion code used for when we
    first added the SERVO parameters. This was needed for conversion from
    Copter 3.4 and Plane 3.7
    tridge committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    be788b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a43bde3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0813b1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65b807f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a9a440 View commit details
    Browse the repository at this point in the history