blob: 85e60e7076ebb47b20438d3d97f3310a6a3cc836 [file] [log] [blame]
Sabina Davisf4c5e762018-01-24 10:18:43 -08001#ifndef Y2018_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2018_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -08006namespace y2018::control_loops::drivetrain {
Sabina Davisf4c5e762018-01-24 10:18:43 -08007
Austin Schuh50e3dca2023-07-23 14:34:27 -07008const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
9GetDrivetrainConfig();
Sabina Davisf4c5e762018-01-24 10:18:43 -080010
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -080011} // namespace y2018::control_loops::drivetrain
Sabina Davisf4c5e762018-01-24 10:18:43 -080012
13#endif // Y2018_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_