Hi guys, i am an amateur at at stepper motor and arduino. So please bear with me.
Currently i need to control two stepper motor at the same time using accellstepper.h library.
From what i understand the acceleration coding. The speed is actually step/second. And the accleration start from time=0. So from the start the motor will accelerate into the maximum speed set by user, which i think i can control perfectly.
However my concern right now is to have the another same scenario as the above. Rather than accelerate it decelerate. So when the program start. The motor will rise to speed until the maxspeed that i set then slowly decelerate per second to minimum speed i set.
So i was wondering do i need to tune the library ? Thanks for the help in advance