ART v1.0-alpha
A Robot Template that raises the floor for VRC teams
Loading...
Searching...
No Matches
robotConfig.cpp File Reference

Source defining objects that configure the robot such as the Brain, Motors, and additional Devices. More...

#include "robotConfig.h"
#include "ART/ART.h"

Go to the source code of this file.

Variables

vex::brain Brain
 
vex::controller Controller1
 

Detailed Description

Source defining objects that configure the robot such as the Brain, Motors, and additional Devices.

Author
Jath Alison (Jath..nosp@m.Alis.nosp@m.on@gm.nosp@m.ail..nosp@m.com)
Version
1.0-beta
Date
06-26-2024

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.

Variable Documentation

◆ Brain

vex::brain Brain

a brain object representing the V5 Brain

Definition at line 20 of file robotConfig.cpp.

◆ Controller1

vex::controller Controller1

a controller object representing the Primary Controller

Definition at line 21 of file robotConfig.cpp.