node-red-nodes/hardware/digiRGB
Mark Hindess b1ba8369d4 Remove redundant msg != null checks. 2014-09-08 21:42:16 +01:00
..
78-digiRGB.html Migrate icons. 2014-09-03 16:12:26 +01:00
78-digiRGB.js Remove redundant msg != null checks. 2014-09-08 21:42:16 +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.