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
283 stars 67 forks source link

migrating from AccelStepper #196

Closed guestisp closed 8 months ago

guestisp commented 10 months ago

Hi all. i'm planning the migration from accelstepper trying to reach higher speed on a ESP32.

I'm not using accelerations or anything else except basic movement commnad, is this a sort of drop-in replacement for accelstepper or should I adjust the code ?

gin66 commented 10 months ago

Not exactly drop in, as the API has differences. Nevertheless adaptation should be straightforward

guestisp commented 10 months ago

uhm non exactly straightforward as i have to recalculate all speeds, as currently i'm using speeds in steps*sec but this library wants a different value.

also, i didnt find anything to check the current position over the movement, in example step 78 over 150

gin66 commented 8 months ago

stale