Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 699 Bytes

tinkerkit-blink.md

File metadata and controls

36 lines (24 loc) · 699 Bytes

TinkerKit - Blink

Run with:

node eg/tinkerkit-blink.js
var five = require("johnny-five");

new five.Board().on("ready", function() {
  new five.Led("O0").strobe(250);
});

Breadboard/Illustration

docs/breadboard/tinkerkit-blink.png

License

Copyright (c) 2012, 2013, 2014 Rick Waldron waldron.rick@gmail.com Licensed under the MIT license. Copyright (c) 2014, 2015 The Johnny-Five Contributors Licensed under the MIT license.