mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Fix comment refering to old _val enum values (#524)
This commit is contained in:
committed by
Peter Johnson
parent
35a2055cda
commit
dc9f85ebb9
@@ -173,7 +173,7 @@ public class Relay extends SensorBase implements MotorSafety, LiveWindowSendable
|
||||
* 0v-12v, 12v-12v
|
||||
*
|
||||
* <p>When set to kForwardOnly or kReverseOnly, you can specify the constant for the direction or
|
||||
* you can simply specify kOff_val and kOn_val. Using only kOff_val and kOn_val is recommended.
|
||||
* you can simply specify kOff and kOn. Using only kOff and kOn is recommended.
|
||||
*
|
||||
* @param value The state to set the relay.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user