juanmf / StepperMotors

Python stepper motor library with customizable acceleration strategies and responsive, interruptible motor operations.
https://github.com/juanmf/StepperMotors
MIT License
19 stars 0 forks source link

OrderedDict not sorted. #2

Closed juanmf closed 8 months ago

juanmf commented 8 months ago

misuse of OrderedDict, need to implement SortedDict instead. OrderedDict.popitem() used in sync navigation is introducing slight timing issues in pulses due to not sorting pulse timestamps.