We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use it with DRV8825 or with an A4988.
Thanks so much for the software
The text was updated successfully, but these errors were encountered:
It supports many STEP/DIR drivers like DRV8825 and A4988 with:
AccelStepper/src/AccelStepper.h
Line 347 in 1255ab5
It is a bit wierd, but the plain old non-acceleration Arduino stepper.h library can also support STEP/DIR drivers as a 2-wire motor. The catch is that you need to use one of the pins as "clock" = "DIR" and the the other pin as "data"=STEP and send 4 stepper.h steps per each 1 motor step to get STEP to toggle. See https://forum.arduino.cc/t/stepper-driver-with-quadrature-from-stepper-h-or-encoder/1121041
Sorry, something went wrong.
No branches or pull requests
I would like to use it with DRV8825 or with an A4988.
Thanks so much for the software
The text was updated successfully, but these errors were encountered: