0.10.0 • Published 7 years ago

joule-io v0.10.0

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

Joule-IO

Joule-IO is an alias module for using Intel's Joule with Johnny-Five. It's an alias because it points directly to Galileo-IO.

Usage

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

board.on("ready", function() {
  // ... 
});

License

See LICENSE file.