You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,9 @@ BigRedButtonNodeHID
2
2
===================
3
3
4
4
A node-hid based driver to read the Dream Cheeky Big Red Button from node.js.
5
+
6
+
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.
7
+
8
+
Uses the node-hid package - https://npmjs.org/package/node-hid to get access.
0 commit comments