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 a496052 commit d56008bCopy full SHA for d56008b
…org/frc6423/lib/drivers/CanDeviceId.java …a/org/frc6423/lib/types/CanDeviceId.javasrc/main/java/org/frc6423/lib/drivers/CanDeviceId.java renamed to src/main/java/org/frc6423/lib/types/CanDeviceId.java
@@ -4,7 +4,7 @@
4
// Open Source Software; you can modify and/or share it under the terms of
5
// MIT license file in the root directory of this project
6
7
-package org.frc6423.lib.drivers;
+package org.frc6423.lib.types;
8
9
public class CanDeviceId {
10
private final String busName;
src/main/java/org/frc6423/robot/Constants.java
@@ -8,9 +8,10 @@
import static edu.wpi.first.units.Units.Seconds;
11
+import org.frc6423.lib.types.CanDeviceId;
12
+
13
import com.ctre.phoenix6.CANBus;
14
import edu.wpi.first.units.measure.Time;
-import org.frc6423.lib.drivers.CanDeviceId;
15
16
/**
17
* Stores global immutable values called "constants"
0 commit comments