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

Adding to #23814: correct backlash applied steps when config changes #23826

Merged
merged 23 commits into from
Mar 1, 2022

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    6270df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41c78d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b19dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    845faf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    19784bd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    f90aec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    3c2eaab View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    a01056b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    71cce1d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    d664ff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    593839c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Moved all_on and all_off constants into class Backlash.

    Consistent use of all_on and all_off within class Backlash.
    Better conversation between float and uint8_t in Backlash::set_correction() and Backlash::get_correction().
     e.g. previously set_correction(get_correction()) could change the value of variable correction if the original value was, say, 3.
    tombrazier committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    15c9e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d4979 View commit details
    Browse the repository at this point in the history
  3. Made Backlash parameters private and added accessor functions. This w…

    …ill make it possible to add corrections when parameters are changed.
    tombrazier committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8f1d76a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f2509b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f96f54 View commit details
    Browse the repository at this point in the history
  6. Added explanatory comment

    tombrazier committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e6da6fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e4e0e5 View commit details
    Browse the repository at this point in the history
  8. simplify 'nothing to do'

    thinkyhead committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    36dc96e View commit details
    Browse the repository at this point in the history
  9. style tweaks

    thinkyhead committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    0d2c9ec View commit details
    Browse the repository at this point in the history
  10. maybe this is the intent?

    thinkyhead committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f47f794 View commit details
    Browse the repository at this point in the history
  11. …as described

    thinkyhead committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ea2a774 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14adc71 View commit details
    Browse the repository at this point in the history