You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These vectors are the halfstep (HS) periods and half microstep periods HuS
For fast speed (when slewing) we don't need the halfstep periods (so take them out)
For slow speeds, all the HuS are the same, so there is no need to have a vector for all of them, just one value.
Create a function to get the periods from the given speed.
Instead of having the vector as floats of microseconds, it would be better to have them as integers (maybe shorts), because the timers of the interrupts only accepts integers microseconds.
The text was updated successfully, but these errors were encountered:
These vectors are the halfstep (HS) periods and half microstep periods HuS
For fast speed (when slewing) we don't need the halfstep periods (so take them out)
For slow speeds, all the HuS are the same, so there is no need to have a vector for all of them, just one value.
Create a function to get the periods from the given speed.
Instead of having the vector as floats of microseconds, it would be better to have them as integers (maybe shorts), because the timers of the interrupts only accepts integers microseconds.
The text was updated successfully, but these errors were encountered: