mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user