You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Thank you for your support and usage of this API!
7
7
8
8
[Original Pixy2 Code for C++ Arduino](https://github.com/charmedlabs/pixy2/tree/master/src/host/arduino/libraries/Pixy2)
9
9
10
+
Please read the wiki for more detailed information about Pixy2JavaAPI!
11
+
10
12
---
11
13
## Installing the API
12
14
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)
44
46
45
47
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.
46
48
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.
48
50
49
51
---
50
52
## Supported Links to Communicate with Pixy
51
53
SPI, I2C (Untested), UART/Serial (Untested)
52
54
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)
0 commit comments