Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

robb/monome.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monone.js

Monome.js is a thin wrapper around libmonome.

Example

Here's a quick example how to get started (in CoffeeScript).

{Monome} = require 'monome'
monome = new Monome '/dev/tty.usbserial-m64-0123'

monome.onButtonDown = ({x, y}) ->
  monome.setLED x, y, on

monome.onButtonUp = ({x, y}) ->
  monome.setLED x, y, off

monome.start()'

About

A library for writing monome apps with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors