0.0.1 • Published 11 years ago

powermate v0.0.1

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

node_powermate

Node module to parse the Griffin PowerMate.

npm install powermate

You may need to run as root on some systems

This only works in linux at the moment due to how it read the device

Valid events are press, longPress, left, downLeft, right, downRight, error

var pm = new PowerMate();
pm.on('press', function() {
    console.log('Pressed');
});
0.0.1

11 years ago