Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Corsair CUE SDK wrapper for Java
===

## Description
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk?ref=badge_shield)

This wrapper is based on an [JNA](https://github.com/java-native-access/jna) interface generated by [JNAerator](https://github.com/nativelibs4java/JNAerator).

The `CueSDK` class provides some helper methods to access the most common needs from the native SDK, simplifying handling arrays of structs, etc.
Expand Down Expand Up @@ -73,3 +75,7 @@ Set the color af several LED at the same time.
Set the color of a single LED.

* **Parameters:** `ledColor` — LED identifier and color


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fallanmc%2Fjava-cue-sdk?ref=badge_large)