Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codepope/bigredbuttonnodehid
- Owner: codepope
- License: mit
- Created: 2013-12-23T14:53:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T11:45:15.000Z (over 6 years ago)
- Last Synced: 2024-11-13T16:45:48.491Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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