We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a593706 commit 92aa4d8Copy full SHA for 92aa4d8
BigRedButton.js
@@ -1,3 +1,5 @@
1
+// BigRedButton.js - Dream Cheeky Big Red Button node.js/node-hid driver
2
+// MIT licensed. (C) Dj Walker-Morgan 2013
3
4
var HID = require('node-hid');
5
var util = require('util');
BigRedButtonTest.js
+
var BigRedButton = require('./BigRedButton');
var bigRedButton;
0 commit comments