tinyvm.rcx
Interface Segment


public interface Segment

LCD segment constants.


Field Summary
static int ALL
           
static int BATTERY
           
static int DATALOG
           
static int DOWNLOAD
           
static int MOTOR_A_FWD
           
static int MOTOR_A_REV
           
static int MOTOR_A_VIEW
           
static int MOTOR_B_FWD
           
static int MOTOR_B_REV
           
static int MOTOR_B_VIEW
           
static int MOTOR_C_FWD
           
static int MOTOR_C_REV
           
static int MOTOR_C_VIEW
           
static int RANGE_LONG
           
static int RANGE_SHORT
           
static int SENSOR_1_ACTIVE
           
static int SENSOR_1_VIEW
           
static int SENSOR_2_ACTIVE
           
static int SENSOR_2_VIEW
           
static int SENSOR_3_ACTIVE
           
static int SENSOR_3_VIEW
           
static int STANDING
           
static int UPLOAD
           
static int WALKING
           
 

Field Detail

STANDING

public static final int STANDING

WALKING

public static final int WALKING

SENSOR_1_VIEW

public static final int SENSOR_1_VIEW

SENSOR_1_ACTIVE

public static final int SENSOR_1_ACTIVE

SENSOR_2_VIEW

public static final int SENSOR_2_VIEW

SENSOR_2_ACTIVE

public static final int SENSOR_2_ACTIVE

SENSOR_3_VIEW

public static final int SENSOR_3_VIEW

SENSOR_3_ACTIVE

public static final int SENSOR_3_ACTIVE

MOTOR_A_VIEW

public static final int MOTOR_A_VIEW

MOTOR_A_REV

public static final int MOTOR_A_REV

MOTOR_A_FWD

public static final int MOTOR_A_FWD

MOTOR_B_VIEW

public static final int MOTOR_B_VIEW

MOTOR_B_REV

public static final int MOTOR_B_REV

MOTOR_B_FWD

public static final int MOTOR_B_FWD

MOTOR_C_VIEW

public static final int MOTOR_C_VIEW

MOTOR_C_REV

public static final int MOTOR_C_REV

MOTOR_C_FWD

public static final int MOTOR_C_FWD

DATALOG

public static final int DATALOG

DOWNLOAD

public static final int DOWNLOAD

UPLOAD

public static final int UPLOAD

BATTERY

public static final int BATTERY

RANGE_SHORT

public static final int RANGE_SHORT

RANGE_LONG

public static final int RANGE_LONG

ALL

public static final int ALL