Arduino library for the cheap but decent 28BYJ-48 5v stepper motor with ULN2003 board
GNU General Public License v3.0
123
stars
45
forks
source link
newMoveTo does not work correctly with toStep less than current position #18
Open
drp0 opened 5 years ago
If toStep is less than stepN the move to is incorrect. This also affects newMoveToDegree.
My solution:
As a bonus, abs no longer needed
David