Run this example from the command line with:
node eg/tinkerkit-blink.js
var five = require("johnny-five");
var board = new five.Board();
board.on("ready", function() {
new five.Led("O0").strobe(250);
});
Illustrations / Photos
TinkerKit Blink
Learn More