mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
8 lines
147 B
C++
8 lines
147 B
C++
|
#include "Drivetrain.h"
|
||
|
#include "../RobotMap.h"
|
||
|
|
||
|
Drivetrain::Drivetrain() : Subsystem("Drivetrain") {
|
||
|
}
|
||
|
void Drivetrain::InitDefaultCommand() {
|
||
|
}
|