mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix javadoc link in Solenoid.java (#789)
This commit is contained in:
committed by
Peter Johnson
parent
fa0b4428e9
commit
e308dd28f3
@@ -116,7 +116,7 @@ public class Solenoid extends SolenoidBase implements LiveWindowSendable {
|
||||
* Trigger the PCM to generate a pulse of the duration set in
|
||||
* setPulseDuration.
|
||||
*
|
||||
* @see #setPulseDuration()
|
||||
* @see #setPulseDuration(double)
|
||||
*/
|
||||
public void startPulse() {
|
||||
SolenoidJNI.fireOneShot(m_solenoidHandle);
|
||||
|
||||
Reference in New Issue
Block a user