Add sample Constants file

This commit is contained in:
2024-04-01 22:20:44 -07:00
parent 8a0aa126b6
commit b5aca8b93c

View File

@ -0,0 +1,7 @@
package org.firstinspires.ftc.teamcode.cometbots;
public class Constants {
public static double CB_BASE_SPEED = 0.2;
}