Boilerplate for Robot.java

This commit is contained in:
2025-09-07 18:50:44 -05:00
parent b0ebcc8c40
commit 11219015ac

View File

@@ -0,0 +1,14 @@
package org.firstinspires.ftc.teamcode.utils;
import com.qualcomm.robotcore.hardware.HardwareMap;
public class Robot {
//Initialize Public Components
public Robot (HardwareMap hardwareMap) {
//Define components w/ hardware map
}
}