VEX EDR Python API
Static Public Attributes | List of all members
vex.DebugOutputType Class Reference

Type of debug output. More...

Static Public Attributes

int AUTO = 0
 
int SERIAL = 1
 
int LCD = 2
 
int DISABLED = 3
 

Detailed Description

Type of debug output.

Member Data Documentation

◆ AUTO

int vex.DebugOutputType.AUTO = 0
static

◆ SERIAL

int vex.DebugOutputType.SERIAL = 1
static

◆ LCD

int vex.DebugOutputType.LCD = 2
static

◆ DISABLED

int vex.DebugOutputType.DISABLED = 3
static