A <ahref="http://nodered.org"target="_new">Node-RED</a> node to control a <ahref="http://pibrealla.com/"target="_new">Pibrella</a> add-on board for a Raspberry-Pi.
Requires the RPi.PIO python library version 0.5.8 (or better) in order to work. See the <ahref="https://pypi.python.org/pypi/RPi.GPIO"target="new">RPi.GPIO site</a> for mode details.
The output node will set the selected output high (on) or low (off) depending on the value passed in. Expects a `msg.payload` with either a 0 or 1 (or true or false).