Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codepope/bigredbuttonnodehid

A node-hid based driver to read the Dream Cheeky Big Red Button from node.js.
https://github.com/codepope/bigredbuttonnodehid

Last synced: about 2 months ago
JSON representation

A node-hid based driver to read the Dream Cheeky Big Red Button from node.js.

Awesome Lists containing this project

README

        

BigRedButtonNodeHID
===================

A node-hid based driver to read the Dream Cheeky Big Red Button from node.js.

The test gives an example of use. Polls every 100ms for status and emits lidRaised, lidClosed, buttonPressed, buttonReleased events. Also has functions isLidUp(), isLidDown() and isButtonPressed() for determining state with reference to events.

Uses the node-hid package - https://npmjs.org/package/node-hid to get access.

MIT licensed. (C) Dj Walker-Morgan 2013