Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sgrillon14/blinkstickjava

JAVA API for BlinkStick
https://github.com/sgrillon14/blinkstickjava

Last synced: 26 days ago
JSON representation

JAVA API for BlinkStick

Awesome Lists containing this project

README

        

# blinkstickJava
JAVA API for BlinkStick

[BlinkStick](http://www.blinkstick.com) is a USB-controlled smart pixel. It is
available either as a kit or ready-soldered.

This is a Java API for working with a BlinkStick.
Other API's are available in a [variety of programming
languages](http://www.blinkstick.com/help/api-implementations).

Some features of the BlinkStickDotNet API are as follows:
* Display all colors (16.777.215 of colors)
* Display 147 colors
* Display a traffic light

API:

-h: Display this help

--verbose: Add debug informations in console.

-f: features 1 => Display all colors (16.777.215 of colors)

2 => Display 147 colors

3 => Display a traffic light sample

![demo](blinkstick-square-enclosure-240.gif)

# Continuous Integration status
[![Build Status](https://travis-ci.org/sgrillon14/blinkstickJava.svg?branch=master)](https://travis-ci.org/sgrillon14/blinkstickJava)