blob: b0a4bda5eb5d49fb1e3288212564640d24dbe6d6 [file] [log] [blame]
Comran Morshed6c6a0a92016-01-17 12:45:16 +00001#ifndef Y2016_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2016_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
Comran Morshed9a9948c2016-01-16 15:58:04 +00003
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -08006namespace y2016::control_loops::drivetrain {
Comran Morshed9a9948c2016-01-16 15:58:04 +00007
Austin Schuh50e3dca2023-07-23 14:34:27 -07008const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
9GetDrivetrainConfig();
Comran Morshed9a9948c2016-01-16 15:58:04 +000010
Stephan Pleinesd99b1ee2024-02-02 20:56:44 -080011} // namespace y2016::control_loops::drivetrain
Comran Morshed9a9948c2016-01-16 15:58:04 +000012
Comran Morshed6c6a0a92016-01-17 12:45:16 +000013#endif // Y2016_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_