npx
npx copied to clipboard
New abstractions for Tessel Neopixels
Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...
This library specifies 'Tessel' as if all hardware works, but in reality only Tessel1 (not Tessel2) is compatible. This is due to: npx/lib/npx.js: var hw = process.binding('hw'); ...since Tessel2 does...
The `lodash` library can not be compiled and installed to the Tessel 1, so this PR removes lodash completely and replaces the used functions with naive local implementations. Also implements...
Example starts at a hex, then slowly fades the LEDs to off, before fading them back in to the original starting hex. The code repeats indefinitaly as a result of...
See Tessel CLI documentation [here](https://github.com/tessel/t1-docs/blob/master/cli.md#tessel-version---board): 
I was playing around with your library. animation.setAll() and animation.setPixel() works find for me. But If I send the same colors with animation.setPattern, then I see the wrong color. I...