Adds the Trigger template and adds WPILib.h import to all templates

Change-Id: Ibaecc4802822cf4c0a4a5bf9ddc960b96e40d1e9
This commit is contained in:
Jonathan Leitschuh
2014-08-12 15:17:57 -04:00
parent 66e1f2a184
commit 9126646fef
8 changed files with 24 additions and 21 deletions

View File

@@ -3,9 +3,6 @@
#include "SmartDashboard/SmartDashboard.h"
#include "LiveWindow/LiveWindow.h"
#@autogenerated_code("pid", "")
#parse("${exporter-path}PIDSubsystem-pid.cpp")
#end
$classname::$classname() :
PIDSubsystem("$classname", 1.0, 0.0, 0.0)
{