New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blinkie

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blinkie

App for controlling blinkstick

1.1.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

blinkie

If installing for the first time - please refer to https://npm.taobao.org/package/blinkstick

The following should install and link the executable onto your path:

npm install blinkie
npm link blinkie

Controling all 8 LEDs

You can turn them all on then off with:

blinkie on
blinkie off

Or use a single color for all the LEDs, use either of:

blinkie red
blinkie "#ff0000"

Finally you can control a single LED with its index, by adding the index to the command line, for example, any of the following will work:

blinkie red 0
blinkie "#ff0000" 2

Keywords

blink

FAQs

Package last updated on 10 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts