libBlinkStick
A blinkstick library written in C
API Documentation
Requirements
Getting Started
cmake .
to generate the Makefiles for your systemmake 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.
- @jmtd
- @Raag079
- @DeveloperPaul123
- @shuntaraw
- @rstephan
And many thanks to @arvydas!