0.0.6 • Published 9 years ago

led-control v0.0.6

Weekly downloads
15
License
MIT
Repository
github
Last release
9 years ago

node-led-control

Native node.js module to control RGB LEDs on Linux

Installation

Led-control is available as NPM package, you can install it using npm install led-control in your Node.js project.

Usage

const led = require('./lib/index');
led.setRGB(100, 200, 100);

Check the examples for more.

Contribute

  • Add support for multiple LEDs
  • Add support for dynamic LED paths
  • Add support for triggers
  • Add native fading and looping
  • Write tests
  • Fix bugs

License

MIT, see LICENSE

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago