You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +106,7 @@ public REVLibError setPosition(double newPosition) {
106
106
// }
107
107
108
108
/**
109
-
* @return The current position of the encoder, not accounting for the position offset ({@link #setPosition(double)} and {@link #setZeroOffset(double)})
109
+
* @return The current position of the encoder, not accounting for the position offset ({@link #setPosition(double)} and {@code setZeroOffset(double)})
110
110
*/
111
111
publicdoublegetRawPosition() {
112
112
doublerotationsOrVolts = voltage != null ? voltage.get() : position.get();
0 commit comments