Skip to content

ebenoist/libblinkstick

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

libBlinkStick

A blinkstick library written in C

API Documentation

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?

About

A blinkstick library in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •