Skip to content

kelly/blinkm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages