blob: 80aa1a880ad1e136a80614ea77be29ebece59716 [file] [log] [blame]
Austin Schuh378483c2019-01-20 16:36:40 -08001#ifndef Y2019_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2019_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 y2019::control_loops::drivetrain {
Austin Schuh378483c2019-01-20 16:36:40 -08007
Austin Schuh50e3dca2023-07-23 14:34:27 -07008const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
9GetDrivetrainConfig();
Austin Schuh378483c2019-01-20 16:36:40 -080010
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -080011} // namespace y2019::control_loops::drivetrain
Austin Schuh378483c2019-01-20 16:36:40 -080012
13#endif // Y2019_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_