Skip to content

Commit

Permalink
Added QUAD_VELOCITY and QUAD_POSITION
Browse files Browse the repository at this point in the history
  • Loading branch information
jhh committed Sep 27, 2019
1 parent 0cc9143 commit 7770188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

configure(subprojects) {
group = 'org.strykeforce.thirdcoast'
version = '19.4.0'
version = '19.4.1'

apply plugin: 'java-library'
apply plugin: 'idea'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class TalonItem @JvmOverloads constructor(
Measure(QUAD_A_PIN, "Quad A Pin State"),
Measure(QUAD_B_PIN, "Quad B Pin State"),
Measure(QUAD_IDX_PIN, "Quad Index Pin State"),
Measure(QUAD_POSITION, "Quad Position"),
Measure(QUAD_VELOCITY, "Quad Velocity"),
Measure(PULSE_WIDTH_POSITION, "Pulse Width Position"),
Measure(PULSE_WIDTH_VELOCITY, "Pulse Width Velocity"),
Measure(PULSE_WIDTH_RISE_TO_FALL, "PWM Pulse Width"),
Expand Down

0 comments on commit 7770188

Please sign in to comment.