Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sgrillon14/blinkstickjava
- Owner: sgrillon14
- License: agpl-3.0
- Created: 2017-02-25T23:37:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T08:14:41.000Z (about 4 years ago)
- Last Synced: 2024-06-05T14:33:41.128Z (5 months ago)
- Language: Java
- Size: 1.62 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 lightAPI:
-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)