0.0.6 • Published 8 years ago

led-control v0.0.6

Weekly downloads
15
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago