YOLO 360 no scope booyah

This commit is contained in:
2024-10-15 16:08:17 -07:00
parent ff52114f9b
commit 46bece8209

View File

@ -0,0 +1,22 @@
package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.hardware.HardwareMap;
public class ProgrammingBoard3 {
private DigitalChannel touchSensor;
private DcMotor motor;
public void init (Hardware hwMap) {
touchSensor = hwMap.get(Digital.class, "touch_Sensor");
touchSensor.setMode(Digital) }
}
)
}