/psyonic-ability-hand-java

Control the PSYONIC Ability Hand from Java using Bluetooth Low Energy.

Primary LanguageJavaApache License 2.0Apache-2.0

psyonic-ability-hand-java

Control the PSYONIC Ability Hand from Java using Bluetooth Low Energy.

Usage

Supported platforms:

  • Linux (Ubuntu 20.04+ or similar x86_64)

Requires Java 17.

Gradle

dependencies {
  implementation("us.ihmc:psyonic-ability-hand-java:1.0.0")
}

Maven

<dependencies>
  <dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>psyonic-ability-hand-java</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>