File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The maven repository is located at: https://nexus.otake.pw/repository/maven-publ
1515
1616Add ` maven { url 'https://nexus.otake.pw/repository/maven-public/' } ` under ` repositories `
1717
18- Add ` compile 'pw.otake.pseudoresonance:pixy2-java-api:1.0 ' ` under ` dependencies `
18+ Add ` compile 'pw.otake.pseudoresonance:pixy2-java-api:1.1 ' ` under ` dependencies ` Replace ` 1.1 ` with the current version of the API.
1919
2020Your ` build.gradle ` should resemble this:
2121
@@ -29,7 +29,7 @@ repositories {
2929// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
3030// Also defines JUnit 4.
3131dependencies {
32- compile 'pw.otake.pseudoresonance:pixy2-java-api:1.0 '
32+ compile 'pw.otake.pseudoresonance:pixy2-java-api:1.1 '
3333 compile wpi.deps.wpilib()
3434 compile wpi.deps.vendor.java()
3535 nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio)
@@ -83,4 +83,4 @@ SPI is the recommended link type due to it's higher data transfer rate as well a
8383#### Pixy2 Pinout
8484![ Pixy2 Pinout] ( https://docs.pixycam.com/wiki/lib/exe/fetch.php?w=640&tok=f1a03d&media=wiki:v2:image_248_2.jpg " Pixy2 Pinout ")
8585
86- [ Pixy2 Connection Guide] ( https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:i_don-27t_see_my_controller_supported_what_do_i_do " Pixy2 Connection Guide ")
86+ [ Pixy2 Connection Guide] ( https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:i_don-27t_see_my_controller_supported_what_do_i_do " Pixy2 Connection Guide ")
You can’t perform that action at this time.
0 commit comments