mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -06:00
7 lines
175 B
Java
7 lines
175 B
Java
|
|
public class Arm {
|
||
|
|
// Moves arm to distence [dist] then returns new ang
|
||
|
|
public int funtion moveArm(int dist) {
|
||
|
|
// Move arm code
|
||
|
|
return newDist;
|
||
|
|
}
|
||
|
|
}
|