mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
@@ -62,18 +62,6 @@ public class Compressor implements Sendable, AutoCloseable {
|
||||
m_module = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the status of the compressor. To (re)enable the compressor use enableDigital() or
|
||||
* enableAnalog(...).
|
||||
*
|
||||
* @return true if the compressor is on
|
||||
* @deprecated To avoid confusion in thinking this (re)enables the compressor use IsEnabled().
|
||||
*/
|
||||
@Deprecated(since = "2023", forRemoval = true)
|
||||
public boolean enabled() {
|
||||
return isEnabled();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether the compressor is active or not.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user