Skip to content

A Node library to interact with Tetalab ledpong using arduino firmata protocol.

Notifications You must be signed in to change notification settings

alx/node-ledpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#Ledpong

A Node library to interact with Tetalab ledpong using arduino firmata protocol.

#Usage

var ledpong = require('ledpong');
var board = new ledpong.Board('path to usb',function(){
  //arduino is ready to communicate
}); 

#REPL

If you run ledpong from the command line it will prompt you for the usb port. Then it will present you with a REPL with a board variable available.

About

A Node library to interact with Tetalab ledpong using arduino firmata protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published