gin66 / FastAccelStepper

A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3 and Atmel SAM Due
MIT License
286 stars 67 forks source link

run endlessly #133

Closed OpenSourceDevelop closed 2 years ago

OpenSourceDevelop commented 2 years ago

I have a stupid question. how do i just let the stepper motor run endlessly? is there an easy way? Thank you.

gin66 commented 2 years ago

yes

int8_t runForward();
int8_t runBackward();
OpenSourceDevelop commented 2 years ago

Nice thank you!