All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ke-chappel.oss.commons.raspberrypi.1.0.16.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
module io.github.lc.oss.commons.raspberrypi {
    requires transitive com.pi4j;
    requires transitive com.pi4j.plugin.pigpio;
    requires transitive java.desktop;

    exports io.github.lc.oss.commons.raspberrypi.gpio;
    exports io.github.lc.oss.commons.raspberrypi.i2c;
    exports io.github.lc.oss.commons.raspberrypi.util;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy