Skip to content

v0.0.11-Unstable

Pre-release
Pre-release
Compare
Choose a tag to compare
@juanmf juanmf released this 02 Feb 22:29
· 72 commits to main since this 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.