Closed adob closed 1 year ago
The pos variable in the Stepper class is not initialized. This causes it to get a random value if the object is allocated on the stack or heap.
Care to do a pull request?
sure, here is the pull request: https://github.com/luni64/TeensyStep4/pull/15
The pos variable in the Stepper class is not initialized. This causes it to get a random value if the object is allocated on the stack or heap.