Skip to content

Commit 52a956e

Browse files
committed
Moved IO of distance sensor. (Blocked by QuestNav mount anyway.)
1 parent 70bd5de commit 52a956e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/grabber/GrabberConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
public class GrabberConstants {
1212

13-
public static final int kDistanceSensorInput = 0 ;
13+
public static final int kDistanceSensorInput = 1 ;
1414
public static final double kDistanceSensorSlope = 1.0 ;
1515
public static final double kDistanceSensorIntercept = 0.0 ;
1616

0 commit comments

Comments
 (0)