SkillAgentSearch skills...

Blinkm

control your BlinkM LED with node.js

Install / Use

/learn @kelly/Blinkm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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();
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated6y ago
Forks1

Languages

CoffeeScript

Security Score

55/100

Audited on Jul 7, 2019

No findings