npx icon indicating copy to clipboard operation
npx copied to clipboard

New abstractions for Tessel Neopixels

Results 8 npx issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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): ![screen shot 2015-09-24 at 1 11 52 pm](https://cloud.githubusercontent.com/assets/8163408/10085427/010ea818-62be-11e5-814d-daccec7ae0cc.png)

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...