|
ART v1.0-alpha
A Robot Template that raises the floor for VRC teams
|
Source defining objects that configure the robot such as the Brain, Motors, and additional Devices. More...
Go to the source code of this file.
Variables | |
| vex::brain | Brain |
| vex::controller | Controller1 |
Source defining objects that configure the robot such as the Brain, Motors, and additional Devices.
This file will definine all the devices that were delcared in the various headers. Anything that can be defined to change the the configuration of the robot will be put here. This includes, but isn't limited to motors, sensors and important variables.
Definition in file robotConfig.cpp.
| vex::brain Brain |
a brain object representing the V5 Brain
Definition at line 20 of file robotConfig.cpp.
| vex::controller Controller1 |
a controller object representing the Primary Controller
Definition at line 21 of file robotConfig.cpp.