zetta-led-edison-driver

0.8.0 • Public • Published

LED Device for Intel Edison

This is a LED device for use in the Zetta platform on Edison

##Install

npm install zetta-led-edison-driver

##Usage

To use simply call the use() function in your code to use this device.

var zetta = require('zetta');
var LEDs = require('zetta-led-edison-driver');

zetta()
  .use(LEDs, 13)
  .listen(1337, function(){
    console.log('Zetta is running at http://edison.local:1337');
  });

Hardware

###Transitions

#####turn-on

No arguments. Turns on the led continuously.

#####turn-on-pulse

No arguments. Alternately turn the led on for 150 ms then off for 100ms.

#####turn-on-alternating

No arguments. Alternately turns on the led for 100 ms then off for 400ms.

#####turn-off

No arguments. Turns off the beeping.

#####flash

No arguments. Flashes the led once.

Package Sidebar

Install

npm i zetta-led-edison-driver

Weekly Downloads

1

Version

0.8.0

License

MIT

Last publish

Collaborators

  • kevinswiber
  • mdobs
  • adammagaluk