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

Az Alt homing support #248

Merged
merged 5 commits into from
Jul 20, 2024
Merged

Az Alt homing support #248

merged 5 commits into from
Jul 20, 2024

Conversation

ClutchplateDude
Copy link
Member

Added ability set home position of AZ and ALT axes and to keep track of their positions across sessions and home them at any time.

- Added ability to keep track of AZ and ALT positions and move back to their origin
@openastrotech-bot
Copy link
Contributor

Looks like your PR has code that needs to be changed in order to meet our coding standards!
Here are your options:

  1. Apply the patch that was generated by the job
    1. Click details under the failing clang-format check
    2. Click the Artifacts dropdown in the top right
    3. Download + unzip the clang-format-diff.patch file into the OpenAstroTracker-Firmware repo
    4. Run git apply clang-format-diff.patch to make the changes
    5. Commit and push up the formatted code
  2. Run clang-format locally
    1. Run the command bash -c 'shopt -s nullglob globstar;GLOBIGNORE=./src/libs/TimerInterrupt/*; for i in ./{.,src/**,unit_tests,boards/**}/*.{c,cpp,h,hpp}; do clang-format -i $i; done'
    2. Commit and push up the formatted code

@ClutchplateDude ClutchplateDude merged commit 0ddd07d into develop Jul 20, 2024
8 checks passed
@ClutchplateDude ClutchplateDude deleted the az-alt-homing branch July 20, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants