node-red-nodes/hardware/digiRGB
Ben Hardill 1ef562edbd Removed "use strict" as it breaks this node. I'm investigating why.
Also updated the package.json to reflect autors and bumped version number
2014-12-22 16:04:08 +00:00
..
78-digiRGB.html Migrate icons. 2014-09-03 16:12:26 +01:00
78-digiRGB.js Removed "use strict" as it breaks this node. I'm investigating why. 2014-12-22 16:04:08 +00: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 Removed "use strict" as it breaks this node. I'm investigating why. 2014-12-22 16:04:08 +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 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.