Skip to content

Commit 7770188

Browse files
committed
Added QUAD_VELOCITY and QUAD_POSITION
1 parent 0cc9143 commit 7770188

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
configure(subprojects) {
1414
group = 'org.strykeforce.thirdcoast'
15-
version = '19.4.0'
15+
version = '19.4.1'
1616

1717
apply plugin: 'java-library'
1818
apply plugin: 'idea'

telemetry/src/main/kotlin/org/strykeforce/thirdcoast/telemetry/item/TalonItem.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ class TalonItem @JvmOverloads constructor(
5555
Measure(QUAD_A_PIN, "Quad A Pin State"),
5656
Measure(QUAD_B_PIN, "Quad B Pin State"),
5757
Measure(QUAD_IDX_PIN, "Quad Index Pin State"),
58+
Measure(QUAD_POSITION, "Quad Position"),
59+
Measure(QUAD_VELOCITY, "Quad Velocity"),
5860
Measure(PULSE_WIDTH_POSITION, "Pulse Width Position"),
5961
Measure(PULSE_WIDTH_VELOCITY, "Pulse Width Velocity"),
6062
Measure(PULSE_WIDTH_RISE_TO_FALL, "PWM Pulse Width"),

0 commit comments

Comments
 (0)