Skip to content

Commit 9e54d88

Browse files
Added link to the wiki
1 parent 222d0ab commit 9e54d88

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Thank you for your support and usage of this API!
77

88
[Original Pixy2 Code for C++ Arduino](https://github.com/charmedlabs/pixy2/tree/master/src/host/arduino/libraries/Pixy2)
99

10+
Please read the wiki for more detailed information about Pixy2JavaAPI!
11+
1012
---
1113
## Installing the API
1214
To install the API, it can either be downloaded and copied directly into the project, or you can use it with Gradle/Maven.
@@ -44,13 +46,13 @@ First create a Pixy2 camera object with `Pixy2 pixy = Pixy2.createInstance(link)
4446

4547
The Pixy2 can now be called on with the various provided methods as outlined in the documentation included in the code and on the Pixy2 website.
4648

47-
Wiki with more detailed usage instructions and example code will be added in the future.
49+
Please read the [wiki](https://github.com/PseudoResonance/Pixy2JavaAPI/wiki/Using-the-API) for more information about how to use the API, including examples.
4850

4951
---
5052
## Supported Links to Communicate with Pixy
5153
SPI, I2C (Untested), UART/Serial (Untested)
5254

53-
New link types can be easily added for future hardware, or other Java-based projects by implementing [Link](https://github.com/PseudoResonance/Pixy2JavaAPI/blob/master/src/main/java/io/github/pseudoresonance/pixy2api/links/Link.java)
55+
New link types can be easily added to support future hardware, or other Java-based projects by implementing [Link](https://github.com/PseudoResonance/Pixy2JavaAPI/blob/master/src/main/java/io/github/pseudoresonance/pixy2api/links/Link.java)
5456

5557
---
5658
## Wiring Pixy2 to RoboRIO

0 commit comments

Comments
 (0)