mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Implement PCM One Shot feature. Fixes artf4731 (#539)
This commit is contained in:
committed by
Peter Johnson
parent
a338ee8be0
commit
7a250a1b93
@@ -32,6 +32,8 @@ class Solenoid : public SolenoidBase, public LiveWindowSendable {
|
||||
virtual void Set(bool on);
|
||||
virtual bool Get() const;
|
||||
bool IsBlackListed() const;
|
||||
void SetPulseDuration(double durationSeconds);
|
||||
void StartPulse();
|
||||
|
||||
void UpdateTable();
|
||||
void StartLiveWindowMode();
|
||||
|
||||
Reference in New Issue
Block a user