Files
2023WayOfTheRobot/src/main/java/frc4388/robot/subsystems/Arm.java
T

7 lines
175 B
Java
Raw Normal View History

2023-01-23 19:53:30 -07:00
public class Arm {
// Moves arm to distence [dist] then returns new ang
public int funtion moveArm(int dist) {
// Move arm code
return newDist;
}
}