1.0.0
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