v0.0.11-Unstable
Pre-release
Pre-release
Full Changelog: v0.0.9-Unstable...v0.0.11-Unstable
This release adds:
- Change time usages to time.monotonic_ns()
- Fixes sleep mode logic, tested on HRB8825 Stepper Motor HAT Board for Raspberry Pi Series . Current stable release is only tested with holding torque (never sleeps)
- Event Dispatcher can now reguster multiple events to same handler in one
register(eventName=[eName1,...,eNameN], callee)
call.
Main areas still pending test:
- micro-stepping modes (always used full step mode)
- How well threads are scheduled with multiple motors running.
** tested this one, it sucks. GIL makes thread management horribly, steps frequency splits in half. Will fix it.