UNPKG
blinkstick-ts
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
BlinkStick TypeScript implementation
github.com/jkopcsek/blinkstick-ts
jkopcsek/blinkstick-ts
blinkstick-ts
/
src
/
examples
/
test2.ts
5 lines
(4 loc)
•
121 B
text/typescript
View Raw
1
2
3
4
5
var
HID
=
require
(
'node-hid'
);
var
devices =
HID
.
devices
();
console
.
log
(
"Here come the devices:"
);
console
.
log
(devices);