Awesome
author: "Matthew Lewis"
diozero - a Java Device I/O wrapper for GPIO / I<sup>2</sup>C / SPI control
A Device I/O library written in Java that provides an object-orientated interface for a range of GPIO / I<sup>2</sup>C / SPI devices (LEDs, buttons, sensors, motors, displays, etc) connected to Single Board Computers like the Raspberry Pi. Actual GPIO / I<sup>2</sup>C / SPI device communication is delegated to pluggable service providers for maximum compatibility across different boards. This library is known to work on the following boards: all models of the Raspberry Pi, Odroid C2, BeagleBone (Green and Black), C.H.I.P and ASUS Tinker Board. It should be portable to any Single Board computer that runs Linux and Java 11+.
This library makes use of modern Java features such as automatic resource management, Lambda Expressions and Method References where they simplify development and improve code readability.
Created by Matt Lewis (email deviceiozero@gmail.com) (blog), inspired by GPIO Zero and Johnny Five. If you have any issues please use the GitHub issues page. For any other comments or suggestions, please use the GitHub discussions page.
Please refer to the GitHub Pages site for further documentation.