pkerspe / ESP-FlexyStepper

This library is used to control one or more stepper motors from an ESP32 device. It is based on the FlexyStepper library by S.Reifel but provides some additional functionality
MIT License
150 stars 32 forks source link

Constant speed #27

Closed WildPoYo closed 2 years ago

WildPoYo commented 2 years ago

Sorry since this is rather a question, I was wondering how it would be to control a stepper speed without any position information. If I want to run the speed constantly with for example using speedInMillimetersPerSecond or speedInRevolutionsPerSecond

pkerspe commented 2 years ago

what you are looking for is the Jogging function, this is a duplicate of the feature Request #16