/libblinkstick

A blinkstick library in C

Primary LanguageCMIT LicenseMIT

libBlinkStick

A blinkstick library written in C

Requirements

Getting Started

  • cmake . to generate the Makefiles for your system
  • make install to install the shared library and cli tool

The CLI tool

Mostly a proof of concept for the library, the blinkstick CLI allows you to turn on and off any number of connected devices, set their colors, or target specific LEDs.

After running make, you'll have a blinkstick binary in target/

$ blinkstick --help
USAGE:
  blinkstick [options...]
OPTIONS
  --color set the color using a three rgb values
  --count set the number of blinkstick devices to address
  --index which led should be set
  --debug turn on debug logging

Contributors

Many thanks to the contributors who have helped out over the years.

And many thanks to @arvydas!

Need a C++ Version?