[wpilibj] AnalogEncoder: fix documentation (#7043)

configureRolloverCounting was added and removed as part of the absolute encoder overhaul, this reference was left dangling
This commit is contained in:
Ryan Blue
2024-09-07 23:43:15 -04:00
committed by GitHub
parent dc68576834
commit 0cab7b5204

View File

@@ -101,10 +101,7 @@ public class AnalogEncoder implements Sendable, AutoCloseable {
/**
* Get the encoder value.
*
* <p>By default, this will not count rollovers. If that behavior is necessary, call
* configureRolloverCounting(true).
*
* @return the encoder value
* @return the encoder value scaled by the full range input
*/
public double get() {
if (m_simPosition != null) {