mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples] Hatchbots: Add telemetry (#5011)
This commit is contained in:
@@ -26,6 +26,8 @@ class HatchSubsystem : public frc2::SubsystemBase {
|
||||
*/
|
||||
void ReleaseHatch();
|
||||
|
||||
void InitSendable(wpi::SendableBuilder& builder) override;
|
||||
|
||||
private:
|
||||
// Components (e.g. motor controllers and sensors) should generally be
|
||||
// declared private and exposed only through public methods.
|
||||
|
||||
Reference in New Issue
Block a user