Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 453 Bytes

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.