Skip to content

Commit

Permalink
building systems
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNoobus committed Sep 29, 2024
1 parent 6eb96dd commit 2679c11
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ public class DrivePosition {

}

public float lsGetPosition(aramType param) {

public float lsGetPosition() {

// gets the position from full retract to zero retract.
return lsPosition; // Of type RetType
}

public class LSSetPosition {
public float Distance;
// Build system where motor moves to a position between 0 and 1 or inches
public float LSSetPosition() {
//sets the position from getting the position.
float lsStatus = 0;
return lsStatus;
}
}

0 comments on commit 2679c11

Please sign in to comment.