more node-red-nodes hardware section info updates

and update Pibrella to use latest nrgpio debounce thinking
This commit is contained in:
Dave Conway-Jones
2016-02-12 21:27:02 +00:00
parent c60d62f27b
commit b0c8b1e83f
9 changed files with 66 additions and 31 deletions

View File

@@ -32,7 +32,7 @@
<script type="text/x-red" data-help-name="blink1">
<p>ThingM Blink1 output node.</p>
<p>Expects a <b>msg.payload</b> with either a three part csv string of
<p>Expects a <code>msg.payload</code> with either a three part csv string of
<i>r,g,b</i> or a hex colour <i>#rrggbb</i></p>
<p>You can also use the <a href="http://www.cheerlights.com/control-cheerlights" target="_new">@cheerlights</a>
colour names - red, green, blue, cyan, magenta, yellow, orange, pink,

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-blink1",
"version" : "0.0.12",
"version" : "0.0.13",
"description" : "A Node-RED node to control a Thingm Blink(1)",
"dependencies" : {
"node-blink1" : "0.2.3"