We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d1dfd commit 3befd90Copy full SHA for 3befd90
src/main/java/frc/robot/subsystems/NoteSensorSubsystem.java
@@ -12,7 +12,6 @@
12
import com.playingwithfusion.TimeOfFlight.RangingMode;
13
14
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
15
-import edu.wpi.first.wpilibj2.command.SubsystemBase;
16
import frc.robot.Constants;
17
18
public class NoteSensorSubsystem extends SubsystemBase{
@@ -28,7 +27,7 @@ Measure in (mm) to determine an appropriate value.*/
28
27
public NoteSensorSubsystem() {
29
/* Initialize the sensor, and '.setRangingMode(RandingMode.short)' for this usage.
30
*
31
- | Sample Time | Time |
+ | Sample value | Time |
32
|------------- |------ |
33
| 1 | 20 ms |
34
| 2 | 33 ms |
0 commit comments