adafruit / Adafruit_CircuitPython_MotorKit

CircuitPython helper library for the DC & Stepper Motor FeatherWing, Shield and Pi Hat kits.
MIT License
86 stars 31 forks source link

How to set the stepper speed and run two steppers at the same time? #40

Closed adarobot closed 3 years ago

adarobot commented 3 years ago

Hi, I am new to use Adafruit DC stepper motor hat to drive two steppers. I installed the CircuitPython_Motorkit library and am able to run these steppers. However, I would like to change the settings for each stepper, such as speed and release. Also I am interested in running both steppers simultaneously. Would you give suggestions on how to set these steppers? Thanks a lot.

tannewt commented 3 years ago

This is better to ask on the support forum: https://forums.adafruit.com/viewforum.php?f=60

Issues here should be saved for topics that will lead to code changes.