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.
Install
-------
Run the following command in the root directory of your Node-RED install
npm install node-red-node-pibrella
Pre-reqs
--------
Requires the WiringPi gpio command to be installed in order to work. See the <ahref="http://wiringpi.com"target="new">WiringPi site</a> for details on how to do this.
Usage
-----
A pair of input and output Node-RED nodes for the Raspberry Pi Pibrella from Pimoroni.
###Output
The output node will set the selected output high (on) or low (off) depending on the value passed in. Expects a <b>msg.payload</b> with either a 0 or 1 (or true or false).
The Buzzer is a divider so low numbers are high notes. 0 is off, and the sensible lowest note is around 250-300. 2 is the highest note. 1 is just a buzz - so you can use 0/1 type inputs.