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: 12 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 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T11:45:15.000Z (over 7 years ago)
- Last Synced: 2025-03-24T06:22:17.786Z (about 1 year 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