mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
now it builds (big money :) )
This commit is contained in:
@@ -121,12 +121,10 @@ public final class Constants {
|
||||
|
||||
public static final class SerializerConstants {
|
||||
public static final double SERIALIZER_BELT_SPEED = 0.01d;
|
||||
public static final double SERIALIZER_SHOOTER_BELT_SPEED = 0.01d;
|
||||
|
||||
// CAN IDs
|
||||
public static final int SERIALIZER_BELT = 16;
|
||||
public static final int SERIALIZER_SHOOTER_BELT = -1; // TODO (What is this for? - evan)
|
||||
public static final int SERIALIZER_BELT_BEAM = -1; // TODO
|
||||
public static final int SERIALIZER_BELT_BEAM = 27; // TODO
|
||||
}
|
||||
public static final class IntakeConstants {
|
||||
// CAN IDs
|
||||
@@ -135,8 +133,8 @@ public final class Constants {
|
||||
}
|
||||
public static final class StorageConstants {
|
||||
public static final int STORAGE_CAN_ID = 17;
|
||||
public static final int BEAM_SENSOR_SHOOTER = -1; //TODO
|
||||
public static final int BEAM_SENSOR_INTAKE = -1; //TODO
|
||||
public static final int BEAM_SENSOR_SHOOTER = 28; //TODO
|
||||
public static final int BEAM_SENSOR_INTAKE = 29; //TODO
|
||||
}
|
||||
public static final class LEDConstants {
|
||||
public static final int LED_SPARK_ID = 0;
|
||||
|
||||
Reference in New Issue
Block a user