Skip to content

Intel Edison & Intel Galileo IO Plugin for Johnny-Five

License

Notifications You must be signed in to change notification settings

rwaldron/edison-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edison-IO

Edison-IO is an alias module for Galileo-IO.

Usage

var five = require("johnny-five");
var Edison = require("edison-io");
var board = new five.Board({
  io: new Edison()
});

board.on("ready", function() {
  var led = new five.Led(13);
  led.blink();
});

License

See LICENSE file.

About

Intel Edison & Intel Galileo IO Plugin for Johnny-Five

Resources

License

Stars

Watchers

Forks

Packages

No packages published