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

Swapped INT to Long to prevent rolling around error's #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2022

  1. Update TMC26XStepper.cpp

    Updating Both the CPP and H file, to long otherwise values over 100000 on INT will roll over and cause a negative and override any existing code that controls direction by pulling the dir high or by multiplying the steps by -1
    bobthecooldad authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c5acefb View commit details
    Browse the repository at this point in the history
  2. Update TMC26XStepper.h

    To match the CPP
    bobthecooldad authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    080d95b View commit details
    Browse the repository at this point in the history
  3. Update TMC26XStepper.h

    Removed Debug Notes
    bobthecooldad authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b47935f View commit details
    Browse the repository at this point in the history