node-red-nodes/hardware/digiRGB
Dave Conway-Jones 81c532fdce update hardware nodes info style 2016-03-02 13:27:52 +00:00
..
78-digiRGB.html update hardware nodes info style 2016-03-02 13:27:52 +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 hardware nodes info style 2016-03-02 13:27:52 +00:00
package.json update hardware nodes info style 2016-03-02 13:27:52 +00:00

README.md

node-red-node-digirgb

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

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm i 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.