All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_vexMotorCfg Struct Reference

Structure holding information to configure a single motor. More...

#include <vexconfig.h>

Data Fields

tVexMotor port
 The motor port number (0 through 9) More...
 
tVexMotorType mtype
 Type of motor, 393, 269 etc. More...
 
bool_t reversed
 Motor is reversed if true. More...
 
tVexSensorType stype
 Sensor type used for motor position. More...
 
int16_t channel
 The above sensor channel. More...
 

Detailed Description

Structure holding information to configure a single motor.

Examples:
clawbot.c, vexdefault.c, and vexuser.c.

Field Documentation

tVexMotor port

The motor port number (0 through 9)

Type of motor, 393, 269 etc.

bool_t reversed

Motor is reversed if true.

Sensor type used for motor position.

int16_t channel

The above sensor channel.


The documentation for this struct was generated from the following file: