Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
All platforms should currently support Java 11, so this change bumps the build target to Java 11. javax.annotations was added to the remote sub-project as it is required by the protobuf generation and is no longer supplied with the JDK proper.
All platforms should currently support Java 11, so this change bumps the build target to Java 11.
javax.annotations
was added to the remote sub-project as it is required by theprotobuf
generation and is no longer supplied with the JDK proper.