Pi4J / pi4j-example-components

Apache License 2.0
9 stars 6 forks source link

Feature simple led #34

Closed RetoStutz closed 2 years ago

RetoStutz commented 2 years ago

implement simple led

FDelporte commented 2 years ago

@RetoStutz you mind I give some feedback here?

First step would be to fix the build here on github actions. The following error Fatal error compiling: error: release version 17 not supported indicates there is a mismatch between the Java version of the project (defined in pom.xml) and the version used by the build script (Java 11). Can you fix this?

Should be easy in ./.github/workflows/maven.yml