Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

control your BlinkM LED with node.js

Resources

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages