VEX V5 Python API
Static Public Attributes | List of all members
vex.V5DeviceType Class Reference

Inherits vex.Enum.

Static Public Attributes

int NO_SENSOR = 0
 
int MOTOR = 2
 
int LED = 3
 
int ABS_ENC = 4
 
int BUMPER = 5
 
int IMU = 6
 
int RANGE = 7
 
int RADIO = 8
 
int TETHER = 9
 
int BRAIN = 10
 
int VISION = 11
 
int ADI = 12
 
int GYRO = 0x46
 
int SONAR = 0x47
 
int GENERIC = 128
 
int GENERIC_SERIAL = 129
 
int UNDEFINED = 255
 

Member Data Documentation

◆ NO_SENSOR

int vex.V5DeviceType.NO_SENSOR = 0
static

◆ MOTOR

int vex.V5DeviceType.MOTOR = 2
static

◆ LED

int vex.V5DeviceType.LED = 3
static

◆ ABS_ENC

int vex.V5DeviceType.ABS_ENC = 4
static

◆ BUMPER

int vex.V5DeviceType.BUMPER = 5
static

◆ IMU

int vex.V5DeviceType.IMU = 6
static

◆ RANGE

int vex.V5DeviceType.RANGE = 7
static

◆ RADIO

int vex.V5DeviceType.RADIO = 8
static

◆ TETHER

int vex.V5DeviceType.TETHER = 9
static

◆ BRAIN

int vex.V5DeviceType.BRAIN = 10
static

◆ VISION

int vex.V5DeviceType.VISION = 11
static

◆ ADI

int vex.V5DeviceType.ADI = 12
static

◆ GYRO

int vex.V5DeviceType.GYRO = 0x46
static

◆ SONAR

int vex.V5DeviceType.SONAR = 0x47
static

◆ GENERIC

int vex.V5DeviceType.GENERIC = 128
static

◆ GENERIC_SERIAL

int vex.V5DeviceType.GENERIC_SERIAL = 129
static

◆ UNDEFINED

int vex.V5DeviceType.UNDEFINED = 255
static