Boilerplate for Robot.java
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user