blinkstick-node
blinkstick-node copied to clipboard
Node.js library for BlinkStick devices.
I am using blinkstick from npm as a dependency in my project and it does not work. So, I did a checkout from github and it simply does not work...
These examples demonstrate 60fps streaming with BlinkStick Flex and Pro (single channel - max 64 LEDs ). Based on a producer/consumer pattern implemented with timers. The onFrame() function is where...
At a minimum, I think it might be useful to just export the `BlinkStick` class. i.e. `blinkstick.js`: ```js ... module.exports = { ... BlinkStick: BlinkStick }; ... ``` The cats...
My BlinkStick Square wont return a value for blue for the last LED. So pulse is not showing the correct color on the last LED (Index 7). I changed the...
There is an issue with libusb and Windows 10 SDK caused by a redefinition of "struct timespec": https://github.com/libusb/libusb/issues/144 BlinkStick depends on usb, which is the node package for libusb. The...
Reference timeouts within library.
Here's my current version of the master branch of BlinkStick, with the changes I proposed in the forum: 1) Use multiple versions of HID.node to support Node.js versions 0.8.0 and...