UNPKG

johnny-five

Version:

The JavaScript Arduino Programming Framework.

13 lines (9 loc) 223 B
var five = require("../lib/johnny-five.js"), board; board = new five.Board(); board.on("ready", function() { console.log("Ready event. Repl instance auto-initialized"); this.repl.inject({ test: "foo" }); });