nefry-io

0.0.4 • Public • Published

Johnny-Five Adapter for Nefry

Install

npm i --save johnny-five nefry-io

How to use

'use strict';
 
const five = require("johnny-five");
const Nefry = require('nefry-io');
 
const board = new five.Board({
    io: new Nefry('12.12.12.12') // Your IP Address
});
 
board.on("ready", () => {
    const led = new five.Led(18);
    led.blink(1000);
});

Package Sidebar

Install

npm i nefry-io

Weekly Downloads

1

Version

0.0.4

License

ISC

Last publish

Collaborators

  • n0bisuke