UNPKG
johnny-five-electron
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.94
0.8.93
0.8.92
Temporary fork to support Electron (to be deprecated)
johnny-five.io
aessig/johnny-five
johnny-five-electron
/
eg
/
tinkerkit-blink.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
var
five =
require
(
"../lib/johnny-five.js"
);
new
five.
Board
().
on
(
"ready"
,
function
(
) {
new
five.
Led
(
"O0"
).
strobe
(
250
); });