From 0ff86482583c1c04ca5b3588578ee32ec937c139 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 26 Dec 2014 15:24:21 +0000 Subject: [PATCH] New Pibrella node - Can use softpwm on all outputs. Buzzer no longer breaks audio. --- hardware/Pibrella/38-rpi-pibrella.html | 24 ++- hardware/Pibrella/38-rpi-pibrella.js | 278 +++++++++++++++---------- hardware/Pibrella/README.md | 9 +- hardware/Pibrella/nrgpio | 16 ++ hardware/Pibrella/nrgpio.py | 125 +++++++++++ hardware/Pibrella/package.json | 2 +- 6 files changed, 330 insertions(+), 124 deletions(-) create mode 100755 hardware/Pibrella/nrgpio create mode 100644 hardware/Pibrella/nrgpio.py diff --git a/hardware/Pibrella/38-rpi-pibrella.html b/hardware/Pibrella/38-rpi-pibrella.html index c5ea4adf..e6b45d19 100644 --- a/hardware/Pibrella/38-rpi-pibrella.html +++ b/hardware/Pibrella/38-rpi-pibrella.html @@ -41,8 +41,7 @@