Releases: slightlynybbled/SerialDispatch
Releases · slightlynybbled/SerialDispatch
Release list
Adding timeout
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
Release Notes
- Provides full functionality on Windows 10 platform, but testing has not been done on other platforms as of yet
- Uses
pip install