update redmes and some colours for blink1, ledborg and digirgb

This commit is contained in:
dceejay
2015-03-12 13:54:20 +00:00
parent 7135bb3067
commit 96bfc5b672
8 changed files with 19 additions and 16 deletions

View File

@@ -24,7 +24,8 @@
<script type="text/x-red" data-help-name="digiRGB">
<p>Simple output node to drive digispark RGB</p>
<p>Requires <b>msg.payload</b> to be of the form 'r,g,b'</p>
<p>Requires <b>msg.payload</b> to be of the form 'r,g,b' decimals 0-255, or a hex string "#rrggbb". For example:</p>
<ul><li>Red : "255,0,0"</li><li>Green : "#00FF00"</li></ul>
</script>
<script type="text/javascript">

View File

@@ -6,7 +6,8 @@ A <a href="http://nodered.org" target="_new">Node-RED</a> node to control a <a h
Install
-------
Run the following command in the root directory of your Node-RED install
Run the following command in the home directory of your Node-RED install.
This is usually `~/.node-red`
npm install node-red-node-digirgb

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-digirgb",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "A Node-RED node to control a Digispark RGB LED",
"dependencies" : {
"node-hid" : "0.3.1"
@@ -18,15 +18,15 @@
}
},
"contributors": [
{
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
},
{
"name": "Ben Hardill",
"email": "hardillb@gmail.com",
"url": "http://www.hardill.me.uk/wordpress/"
},
{
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
]
}