Skip to content

Commit

Permalink
Merge pull request #70 from taartspi/next_work5
Browse files Browse the repository at this point in the history
test cleanup
  • Loading branch information
taartspi authored Sep 22, 2023
2 parents 150b60a + ad98f28 commit d8d3ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- JAVA COMPILER VERSIONS -->
<java.version>17</java.version>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/pi4j/devices/neopixel94v/TestPwm.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private static void initPiGpio()
{
var pigpio = PiGpio.newNativeInstance();
pigpio.gpioCfgClock(2, 1, 0);
pigpio.initialize();
// pigpio.initialize();
}

private static void initGPIOCM4()
Expand Down

0 comments on commit d8d3ccf

Please sign in to comment.