SuitBots / Block-Party

Our source for the 2013-2014 season

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block-Party

Our source for the 2013-2014 season

Programs

Headers

If you'd like to include one of these in your program, go to the wiki on the right and see what you need to include. If you want to include all of them, type the following:

#include "include.h"
  • preprocessor_checks.h

    • Checks a few preprocessor defines to make sure you're using RobotC in NXT/TETRIX mode as well as FTC mode. Also checks for the latest firmware version.
  • autonomous_functions.h

    • Functions generally useful for a simple autonomous routine
  • TeleOp_functions.h

    • Drive functions for use in the Tele-Operation phase
  • vector.h

  • A vector math library
  • typedefs.h
  • Typedefs that are used in the other headers, all consolidated into one file

About

Our source for the 2013-2014 season


Languages

Language:C 68.7%Language:Objective-C 24.0%Language:C++ 7.4%