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 use the provided example code on my stepper. The motor rotates one or two cycles then the rotation stops and resumes multiple times.
Appreciate your help. here's the code:
from adafruit_motor import stepper from adafruit_motorkit import MotorKit kit = MotorKit(i2c=board.I2C()) kit.stepper1.release() try: while True: print("Double coil steps") kit.stepper1.onestep(direction=stepper.FORWARD, style=stepper.DOUBLE) except KeyboardInterrupt: kit.stepper1.release()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use the provided example code on my stepper. The motor rotates one or two cycles then the rotation stops and resumes multiple times.
Appreciate your help. here's the code:
The text was updated successfully, but these errors were encountered: