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

The defined units for optical sensor led state. More...

Inherits vex.Enum.

Static Public Attributes

int OFF = 0
 
int ON = 1
 

Detailed Description

The defined units for optical sensor led state.

Member Data Documentation

◆ OFF

int vex.LedState.OFF = 0
static

◆ ON

int vex.LedState.ON = 1
static