Team7769 / 2024-Season

Source code for the 2024 Season.
MIT License
0 stars 0 forks source link

Create Abstract Subsystem class #8

Closed Koltara closed 8 months ago

Koltara commented 9 months ago

Create an abstract Subsystem class to be inherited by all subsystems. At a minimum it should have the following methods:

  1. LogTelemetry
  2. ReadDashboardData
  3. ResetSensors

Acceptance Criteria

  1. An abstract Subsystem class exists to be inherited.
  2. All existing Subsystems inherit from this class.