diff --git a/hardware/Pibrella/38-rpi-pibrella.html b/hardware/Pibrella/38-rpi-pibrella.html index a5e52cdb..c5ea4adf 100644 --- a/hardware/Pibrella/38-rpi-pibrella.html +++ b/hardware/Pibrella/38-rpi-pibrella.html @@ -106,6 +106,7 @@

Raspberry Pi Pibrella output node. The Pibrella board must be fitted.

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).

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).

+

Note: Using the buzzer is known to "kill" audio output via the 3.5mm socket.

Requires the WiringPi gpio command in order to work.

diff --git a/hardware/Pibrella/README.md b/hardware/Pibrella/README.md index b0b303a4..2004ef96 100644 --- a/hardware/Pibrella/README.md +++ b/hardware/Pibrella/README.md @@ -27,6 +27,7 @@ The output node will set the selected output high (on) or low (off) depending on 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. +**Note:** Using the buzzer is known to "kill" audio output via the 3.5mm socket. ###Input diff --git a/hardware/Pibrella/package.json b/hardware/Pibrella/package.json index 348b5a6b..0345e00f 100644 --- a/hardware/Pibrella/package.json +++ b/hardware/Pibrella/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pibrella", - "version" : "0.0.3", + "version" : "0.0.4", "description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board", "dependencies" : { },