VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
Loading...
Searching...
No Matches
vex_motor.h File Reference

IQ Motor device class header. More...

Go to the source code of this file.

Classes

class  vex::motor
 Use the motor class to control motor devices. More...
 

Namespaces

namespace  vex
 Bumper switch device class

 

Macros

#define VEXIQ_MOTOR_OVERTEMP_FLAG   0x02
 
#define VEXIQ_MOTOR_CURLIMIT_FLAG   0x04
 
#define VEXIQ_MOTOR_ZEROVEL_FLAG   0x08
 
#define VEXIQ_MOTOR_ZEROPOS_FLAG   0x10
 

Detailed Description

IQ Motor device class header.

Definition in file vex_motor.h.

Macro Definition Documentation

◆ VEXIQ_MOTOR_CURLIMIT_FLAG

#define VEXIQ_MOTOR_CURLIMIT_FLAG   0x04

Definition at line 23 of file vex_motor.h.

◆ VEXIQ_MOTOR_OVERTEMP_FLAG

#define VEXIQ_MOTOR_OVERTEMP_FLAG   0x02

Definition at line 22 of file vex_motor.h.

◆ VEXIQ_MOTOR_ZEROPOS_FLAG

#define VEXIQ_MOTOR_ZEROPOS_FLAG   0x10

Definition at line 25 of file vex_motor.h.

◆ VEXIQ_MOTOR_ZEROVEL_FLAG

#define VEXIQ_MOTOR_ZEROVEL_FLAG   0x08

Definition at line 24 of file vex_motor.h.