Skip to content

Java class for interfacing with the MCP23S17 IO expander with a Raspberry Pi

License

Notifications You must be signed in to change notification settings

Ro5bert/MCP23S17

Repository files navigation

MCP23S17

Java class for interfacing with the MCP23S17 IO expander with a Raspberry Pi.

Building

Clone this repository and run

./gradlew jar

to build a JAR containing the MCP23S17 class only,

./gradlew shadowJar

to build a shadow JAR containing the MCP23S17 class and the pi4j dependency,

./gradlew sourcesJar

to build a sources JAR, and/or

./gradlew javadocJar

to build a javadoc JAR.

About

Java class for interfacing with the MCP23S17 IO expander with a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages