Skip to content

Commit 3befd90

Browse files
committed
removed extra imports
1 parent a1d1dfd commit 3befd90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/frc/robot/subsystems/NoteSensorSubsystem.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.playingwithfusion.TimeOfFlight.RangingMode;
1313

1414
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
15-
import edu.wpi.first.wpilibj2.command.SubsystemBase;
1615
import frc.robot.Constants;
1716

1817
public class NoteSensorSubsystem extends SubsystemBase{
@@ -28,7 +27,7 @@ Measure in (mm) to determine an appropriate value.*/
2827
public NoteSensorSubsystem() {
2928
/* Initialize the sensor, and '.setRangingMode(RandingMode.short)' for this usage.
3029
*
31-
| Sample Time | Time |
30+
| Sample value | Time |
3231
|------------- |------ |
3332
| 1 | 20 ms |
3433
| 2 | 33 ms |

0 commit comments

Comments
 (0)