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... | |
Structure holding information to configure a single motor.
tVexMotor port |
The motor port number (0 through 9)
tVexMotorType mtype |
Type of motor, 393, 269 etc.
bool_t reversed |
Motor is reversed if true.
tVexSensorType stype |
Sensor type used for motor position.
int16_t channel |
The above sensor channel.