Skip to content

Commit

Permalink
Added degrees to javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored May 17, 2024
1 parent 557cc46 commit 9d88d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public abstract class SwerveAbsoluteEncoder
/**
* Sets the Absolute Encoder offset at the Encoder Level.
*
* @param offset the offset the Absolute Encoder uses as the zero point.
* @param offset the offset the Absolute Encoder uses as the zero point in degrees.
* @return if setting Absolute Encoder Offset was successful or not.
*/
public abstract boolean setAbsoluteEncoderOffset(double offset);
Expand Down

0 comments on commit 9d88d2a

Please sign in to comment.