mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Allow users to feed the watchdog contained in drive objects (#1044)
This commit is contained in:
committed by
Peter Johnson
parent
b7ea481bf9
commit
665a6e356a
@@ -47,6 +47,8 @@ class RobotDriveBase : public MotorSafety, public SendableBase {
|
||||
void SetDeadband(double deadband);
|
||||
void SetMaxOutput(double maxOutput);
|
||||
|
||||
void FeedWatchdog();
|
||||
|
||||
void SetExpiration(double timeout) override;
|
||||
double GetExpiration() const override;
|
||||
bool IsAlive() const override;
|
||||
|
||||
Reference in New Issue
Block a user