Skip to content

v3.2.0

Compare
Choose a tag to compare
@darcato darcato released this 29 Oct 16:32
· 32 commits to master since this release

Adding method to detect the edge on the timer expiration.

Added

  • Added tmrExpiring() method to access the expiration event.
  • Added some tests, using pytest fixtures, pcaspy server and event queue.
  • Automatic testing with nox and gitlab-ci.
  • Documentation update.

Changed

  • io.changing() now returns False on the initialization event. Use io.initializing() instead.