Skip to content

Commit

Permalink
Tweaked I2C interfaces so that variants are in the interfaces as default
Browse files Browse the repository at this point in the history
methods. Always refer to I2CDeviceInterface and SpiDeviceInterface in
device classes, rather than implementation class.
  • Loading branch information
mattjlewis committed Apr 3, 2024
1 parent 630ba5d commit ec76161
Show file tree
Hide file tree
Showing 51 changed files with 1,549 additions and 1,423 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
author: "Matthew Lewis"
---
# diozero - a Java Device I/O wrapper for GPIO / I<sup>2</sup>C / SPI control

[![Maven CI Build](https://github.com/mattjlewis/diozero/actions/workflows/build.yml/badge.svg)](https://github.com/mattjlewis/diozero/actions/workflows/build.yml)
Expand Down
8 changes: 4 additions & 4 deletions diozero-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
<maven.compiler.release>11</maven.compiler.release>

<!-- Maven plugins -->
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-assembly-plugin.version>3.7.0</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-shade-plugin.version>3.5.2</maven-shade-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.2.0</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.2</maven-gpg-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>

Expand All @@ -87,7 +87,7 @@
<eclipse-paho-client-mqttv3.version>1.2.5</eclipse-paho-client-mqttv3.version>
<google-gson.version>2.10.1</google-gson.version>
<google-protobuf-java.version>3.25.2</google-protobuf-java.version>
<netty.version>4.1.107.Final</netty.version>
<netty.version>4.1.108.Final</netty.version>
<grpc.version>1.62.2</grpc.version>
<junit.version>5.10.2</junit.version>
<mockito.version>5.11.0</mockito.version>
Expand Down
Loading

0 comments on commit ec76161

Please sign in to comment.