Last updated:
0 purchases
pifacerelayplus 0.2.7
pifacerelayplus
The PiFace Relay Plus module.
Documentation
[http://pifacerelayplus.readthedocs.org/](http://pifacerelayplus.readthedocs.org/)
You can also find the documentation and some examples installed at:
/usr/share/doc/python3-pifacerelayplus/
Install
Aptitude
Try this first:
sudo apt-get update
sudo apt-get install python{,3}-pifacerelayplus
Debian Package
Download the debian package from [here](https://github.com/piface/pifacerelayplus/releases) and install with:
$ dpkg -i python3-pifacerelayplus-0.2.0-1_all.deb
You may need to download and install the latest release of
[pifacecommon](https://github.com/piface/pifacecommon/releases) and reboot.
Change Log
==========
v0.2.7
Removed unecessary __del__ magic method.
v0.2.6
simplewebcontrol now supports and/or masks.
Changed the relay port query string syntax.
v0.2.5
simplewebcontrol now supports multiple boards.
v0.2.4
Fixed bug when using the ‘Relay’ Plus-Board where the ‘relay_port’
property would not be set correctly.
Fixed simplewebcontrol to return proper JSON.
v0.2.3
Added MANIFEST.in with readme and changelog and added setup.py for PyPI
v0.2.2
Added simplewebcontrol.
v0.2.1
Fixed bug with default GPIO configs for when there is no ‘Extra Board’.
v0.2.0
Introduced new way of handling of inputs/outputs on plus-boards: x-port
and y-port.
Added MotorForwardReverseError and MotorTooSoonError.
v0.1.1
Fixed motors.
Fixed relay extender (for relay board initialisation).
v0.1.0
Inital structure.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.