mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Initial checkin of unified hierarchy of WPILib 2015
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "$classname.h"
|
||||
#include "../Robotmap.h"
|
||||
|
||||
$classname::$classname() : Subsystem("ExampleSubsystem") {
|
||||
|
||||
}
|
||||
|
||||
void $classname::InitDefaultCommand() {
|
||||
// Set the default command for a subsystem here.
|
||||
//SetDefaultCommand(new MySpecialCommand());
|
||||
}
|
||||
|
||||
|
||||
// Put methods for controlling this subsystem
|
||||
// here. Call these from Commands.
|
||||
Reference in New Issue
Block a user