node-red-nodes/hardware/digiRGB
Dave Conway-Jones 48bcd3c7df load of tiny listing fixes, undef, unused, etc 2016-04-09 18:00:20 +01:00
..
78-digiRGB.html update hardware nodes info style 2016-03-02 13:27:52 +00:00
78-digiRGB.js load of tiny listing fixes, undef, unused, etc 2016-04-09 18:00:20 +01: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 load of tiny listing fixes, undef, unused, etc 2016-04-09 18:00:20 +01: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.