DigitalSmile
DigitalSmile
Is there any plan to support Java 9? Or probably it is already compatible?
This PR is work in progress, will be adding new implementations step by step. - [ ] Overall design - [x] Digital Input - [x] Digital Output - [x] i2c...
Goal: create a plugin, that can talk to hardware using [FFM API](https://openjdk.org/jeps/454). It was introduced in JDK22 and is going to replace old JNI in future releases of JDK. For...
Basic implementation of NIO2 wrapper for file creation waiting with fixed timeout.
Needs testing on a real hardware
# Pi4J testing framework for the win ## Overview Pi4J lacks proper tests within it's usage. Not only unit in core tests (which are good to test some basic logic),...