|
ART v1.0-alpha
A Robot Template that raises the floor for VRC teams
|
The include file for the Vex Library. More...
#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "v5.h"#include "v5_vcs.h"Go to the source code of this file.
Macros | |
| #define | waitUntil(condition) |
| #define | repeat(iterations) for (int iterator = 0; iterator < iterations; iterator++) |
Variables | |
| vex::brain | Brain |
| vex::controller | Controller1 |
The include file for the Vex Library.
This file simply contains the neccessary includes to access any part of the Vex V5 library. Chances are, the code here will never need to be modified. Any file that needs to interact with a vex controller, brain, motor or other device will need to include this file to access those classes.
Definition in file vex.h.
| #define repeat | ( | iterations | ) | for (int iterator = 0; iterator < iterations; iterator++) |
| #define waitUntil | ( | condition | ) |
|
extern |
a brain object representing the V5 Brain
Definition at line 20 of file robotConfig.cpp.
|
extern |
a controller object representing the Primary Controller
Definition at line 21 of file robotConfig.cpp.