Misfittech / nano_stepper

Stepper feedback controller
423 stars 179 forks source link

Implemented Constant Acceleration Move #21

Open ochoadavid opened 6 years ago

ochoadavid commented 6 years ago

Hi! I implemented a constant acceleration move function. I wonder if it can be useful to someone else. Few thinks to note:

coolio986 commented 4 years ago

@ochoadavid, This firmware tries to maintain non floating point calculations in order to keep the code as fast as possible without division errors. Can you make these changes using integer math instead of floating point?

ochoadavid commented 4 years ago

Hi!

Ok. I will try to change the implementation as soon as I've some time.

coolio986 commented 4 years ago

Thanks @ochoadavid !