Skip to content

Releases: slightlynybbled/SerialDispatch

Adding timeout

Choose a tag to compare

@slightlynybbled slightlynybbled released this 09 Jun 17:46

Release Notes

  • Added a 'timeout' function to allow dispatch to be polled less regularly - this will reduce battery consumption in some applications by allowing the dispatch thread to sleep
  • Added classifiers to setup()
  • Works on Windows 10, Raspbian (Debian-based) with the Raspberry Pi 2

Installation

pip install serialdispatch or pip install --upgrade serialdispatch

Initial Release

Initial Release Pre-release
Pre-release

Choose a tag to compare

@slightlynybbled slightlynybbled released this 25 May 15:50

Release Notes

  • Provides full functionality on Windows 10 platform, but testing has not been done on other platforms as of yet
  • Uses pip install