blob: 321e7cc86d19bdc48301b93fdc81785548cf5d54 [file] [log] [blame]
Stephan Massaltd021f972020-01-05 20:41:23 -08001#ifndef y2020_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define y2020_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 y2020::control_loops::drivetrain {
Stephan Massaltd021f972020-01-05 20:41:23 -08007
Austin Schuh50e3dca2023-07-23 14:34:27 -07008const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
9GetDrivetrainConfig();
Stephan Massaltd021f972020-01-05 20:41:23 -080010
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -080011} // namespace y2020::control_loops::drivetrain
Stephan Massaltd021f972020-01-05 20:41:23 -080012
13#endif // y2020_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_