node-red-nodes/hardware/digiRGB
dceejay d511ee69fb lots of little node edits to clean up jsHint "errors" 2015-03-26 18:55:03 +00:00
..
78-digiRGB.html update redmes and some colours for blink1, ledborg and digirgb 2015-03-12 13:54:20 +00:00
78-digiRGB.js lots of little node edits to clean up jsHint "errors" 2015-03-26 18:55:03 +00:00
LICENSE Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
README.md update redmes and some colours for blink1, ledborg and digirgb 2015-03-12 13:54:20 +00:00
package.json update redmes and some colours for blink1, ledborg and digirgb 2015-03-12 13:54:20 +00:00

README.md

node-red-node-digirgb

A Node-RED node to control a Digispark RGB LED.

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

Usage

Simple output node to drive a Digispark RGB LED.

Requires a msg.payload to be of the form 'r,g,b' - for example 255,0,0 for red.