Skip to content

Commit

Permalink
updated rangefinder instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Oct 1, 2024
1 parent 773b29c commit 93b1189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/subsystems/Rangefinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ public class Rangefinder {
public Rangefinder(){
rangefinder=new XRPRangefinder();
}
//TODO: Task 8-Write a method to get the distance returned by the sensor in inches
//TODO: Task 8-Write a method to get the distance returned by the sensor in inches.
//HINT: Type 'rangefinder.' (without quotes) to see all of the different methods the rangefinder has.
}

0 comments on commit 93b1189

Please sign in to comment.