Skip to content

Commit 78b360d

Browse files
Included comments
1 parent ed49ec9 commit 78b360d

8 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/main/java/io/github/pseudoresonance/pixy2api/Pixy2.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
*
1515
* Interfaces with the Pixy2 over any provided, compatible link
1616
*
17+
* https://github.com/PseudoResonance/Pixy2JavaAPI
18+
*
1719
* @author PseudoResonance
1820
*
1921
* ORIGINAL HEADER -

src/main/java/io/github/pseudoresonance/pixy2api/Pixy2CCC.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
* Defines Color Connected Components tracker for Pixy2
1111
*
12+
* https://github.com/PseudoResonance/Pixy2JavaAPI
13+
*
1214
* @author PseudoResonance
1315
*
1416
* ORIGINAL HEADER -

src/main/java/io/github/pseudoresonance/pixy2api/Pixy2Line.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*
99
* Defines line tracker for Pixy2
1010
*
11+
* https://github.com/PseudoResonance/Pixy2JavaAPI
12+
*
1113
* @author PseudoResonance
1214
*
1315
* ORIGINAL HEADER -

src/main/java/io/github/pseudoresonance/pixy2api/Pixy2Video.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*
99
* Defines video getter for Pixy2
1010
*
11+
* https://github.com/PseudoResonance/Pixy2JavaAPI
12+
*
1113
* @author PseudoResonance
1214
*
1315
* ORIGINAL HEADER -

src/main/java/io/github/pseudoresonance/pixy2api/links/I2CLink.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*
1212
* FIRST Robotics WPI API I2C Link to Pixy2
1313
*
14+
* https://github.com/PseudoResonance/Pixy2JavaAPI
15+
*
1416
* @author PseudoResonance
1517
*
1618
* ORIGINAL HEADER -

src/main/java/io/github/pseudoresonance/pixy2api/links/Link.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*
88
* Link interface for connecting to Pixy2
99
*
10+
* https://github.com/PseudoResonance/Pixy2JavaAPI
11+
*
1012
* @author PseudoResonance
1113
*/
1214

src/main/java/io/github/pseudoresonance/pixy2api/links/SPILink.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*
99
* FIRST Robotics WPI API SPI Link to Pixy2
1010
*
11+
* https://github.com/PseudoResonance/Pixy2JavaAPI
12+
*
1113
* @author PseudoResonance
1214
*
1315
* ORIGINAL HEADER -

src/main/java/io/github/pseudoresonance/pixy2api/links/UARTLink.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*
1212
* FIRST Robotics WPI API UART/Serial Link to Pixy2
1313
*
14+
* https://github.com/PseudoResonance/Pixy2JavaAPI
15+
*
1416
* @author PseudoResonance
1517
*
1618
* ORIGINAL HEADER -

0 commit comments

Comments
 (0)