blinkm

0.0.1 • Public • Published

BlinkM

control your BlinkM LED with node.js

Install

$ npm install blinkm

Example

 
var BlinkM = require('blinkm');
var address = 0x05;
 
var pixel = new BlinkM(address, '/dev/i2c-1');
 
pixel.setRGB(255, 0, 0); // red
pixel.off();

Readme

Keywords

none

Package Sidebar

Install

npm i blinkm

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • kelly