Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoResonance authored Jan 20, 2019
1 parent 9ac2901 commit e655587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The maven repository is located at: https://nexus.otake.pw/repository/maven-publ

Add `maven { url 'https://nexus.otake.pw/repository/maven-public/' }` under `repositories`

Add `compile 'pw.otake.pseudoresonance:pixy2-java-api:1.0'` under `dependencies`
Add `compile 'pw.otake.pseudoresonance:pixy2-java-api:1.1'` under `dependencies` Replace `1.1` with the current version of the API.

Your `build.gradle` should resemble this:

Expand All @@ -29,7 +29,7 @@ repositories {
// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
// Also defines JUnit 4.
dependencies {
compile 'pw.otake.pseudoresonance:pixy2-java-api:1.0'
compile 'pw.otake.pseudoresonance:pixy2-java-api:1.1'
compile wpi.deps.wpilib()
compile wpi.deps.vendor.java()
nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio)
Expand Down Expand Up @@ -83,4 +83,4 @@ SPI is the recommended link type due to it's higher data transfer rate as well a
#### Pixy2 Pinout
![Pixy2 Pinout](https://docs.pixycam.com/wiki/lib/exe/fetch.php?w=640&tok=f1a03d&media=wiki:v2:image_248_2.jpg "Pixy2 Pinout")

[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")
[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")

0 comments on commit e655587

Please sign in to comment.