node-red-nodes/hardware/digiRGB
Dave C-J cdec6f842d Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
..
78-digiRGB.html Added list of Nodes to he ReadME so people can see what's there without digging... Bunch of cleanups to node-red-nodes... mainly just removing tabs -> spaces and stuff. No code changes... 2013-11-10 17:01:19 +00:00
78-digiRGB.js Update node-red-nodes hardware nodes to use strict and pass jshint scan 2014-06-28 23:35:21 +01:00
LICENSE Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
README.md Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
package.json Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00

README.md

node-red-node-digirgb

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

Install

Run the following command in the root directory of your Node-RED install

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.