Skip to content

1.0.0

Compare
Choose a tag to compare
@mk868 mk868 released this 21 Oct 15:47
· 61 commits to main since this release

Initial version published to Maven Central.

To try the library, simply add the following dependency to your project:

Maven:

<dependency>
    <groupId>eu.soft-pol.lib.jgpio</groupId>
    <artifactId>jgpio</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle:

implementation("eu.soft-pol.lib.jgpio:jgpio:1.0.0")

Using mvn install to compile the library is no longer needed

Features:

  • reading GPIO pin values
    • option to set bias: high impedance, pull up, pull down
  • writing GPIO pin values
  • listing information about available chips and lines