UA-2013-FRC1410-Robot
This was FIRST Robotics Team 1410's robot code for the 2013 FRC Game, Ultimate Ascent.
WPILib.h is a library which contains various classes for mechanical parts used in the competition. It is released under a BSD license, but is not distributed in this repo.
Compilation is done using a modified GCC 4.8 compiler provided by FRC. It targets the VxWorks runtime running on an FRC cRio from NI.
The code uses the Command Based Framework from the WPILib. Bear this in mind while compiling.
LICENSE is the BSD 3-Clause License distributed with WPILib. Since this project is dependent on WPILib, it is released under the same License.