UNPKG

johnny-five

Version:

The JavaScript Arduino Programming Framework.

11 lines (8 loc) 272 B
var five = require("../lib/johnny-five.js"); new five.Board().on("ready", function() { new five.Led("O0").strobe(250); }); // @markdown // - [TinkerKit Led](http://www.tinkerkit.com/led-red-10mm/) // - [TinkerKit Shield](http://www.tinkerkit.com/shield/) // @markdown