Package lejos.hardware.sensor
Interface EV3SensorConstants
-
- All Known Subinterfaces:
ConfigurationPort
- All Known Implementing Classes:
DeviceIdentifier,RemoteAnalogPort,RemoteI2CPort,RemoteIOPort,RemoteMotorPort,RemoteNXTAnalogPort,RemoteNXTI2CPort,RemoteNXTIOPort,RemoteNXTMotorPort,RemoteRequestAnalogPort,RemoteRequestI2CPort,RemoteRequestIOPort,RemoteRequestMotorPort,RemoteRequestUARTPort,RemoteUARTPort
public interface EV3SensorConstantsBasic constants for use when accessing EV3 Sensors.- Author:
- andy
-
-
Field Summary
Fields Modifier and Type Field Description static floatADC_REFstatic intADC_RESstatic byteCMD_AUTOMATICstatic byteCMD_COL_AMBstatic byteCMD_COL_BLUstatic byteCMD_COL_COLstatic byteCMD_COL_GRNstatic byteCMD_COL_REDstatic byteCMD_CONNECTEDstatic byteCMD_DISCONNECTEDstatic byteCMD_FLOATstatic byteCMD_NONEstatic byteCMD_PIN1static byteCMD_PIN5static byteCMD_SETstatic intCONN_DAISYCHAINstatic intCONN_ERRORstatic intCONN_INPUT_DUMBstatic intCONN_INPUT_UARTstatic intCONN_NONEstatic intCONN_NXT_COLORstatic intCONN_NXT_DUMBstatic intCONN_NXT_IICstatic intCONN_OUTPUT_DUMBstatic intCONN_OUTPUT_INTELLIGENTstatic intCONN_OUTPUT_TACHOstatic intCONN_UNKNOWNstatic intIIC_DATA_LENGTHstatic intMAX_DEVICE_DATALENGTHstatic intMOTORSstatic intPORTSstatic intSTATUS_BUSYstatic intSTATUS_FAILstatic intSTATUS_OKstatic intSTATUS_STOPstatic intTYPE_ERRORstatic intTYPE_IIC_UNKNOWNstatic intTYPE_MINITACHOstatic intTYPE_NEWTACHOstatic intTYPE_NONEstatic intTYPE_NXT_COLORstatic intTYPE_NXT_IICstatic intTYPE_NXT_LIGHTstatic intTYPE_NXT_SOUNDstatic intTYPE_NXT_TESTstatic intTYPE_NXT_TOUCHstatic intTYPE_TACHOstatic intTYPE_TERMINALstatic intTYPE_THIRD_PARTY_ENDstatic intTYPE_THIRD_PARTY_STARTstatic intTYPE_UNKNOWNstatic intUART_MAX_MODES
-
-
-
Field Detail
-
PORTS
static final int PORTS
- See Also:
- Constant Field Values
-
MOTORS
static final int MOTORS
- See Also:
- Constant Field Values
-
CONN_UNKNOWN
static final int CONN_UNKNOWN
- See Also:
- Constant Field Values
-
CONN_DAISYCHAIN
static final int CONN_DAISYCHAIN
- See Also:
- Constant Field Values
-
CONN_NXT_COLOR
static final int CONN_NXT_COLOR
- See Also:
- Constant Field Values
-
CONN_NXT_DUMB
static final int CONN_NXT_DUMB
- See Also:
- Constant Field Values
-
CONN_NXT_IIC
static final int CONN_NXT_IIC
- See Also:
- Constant Field Values
-
CONN_INPUT_DUMB
static final int CONN_INPUT_DUMB
- See Also:
- Constant Field Values
-
CONN_INPUT_UART
static final int CONN_INPUT_UART
- See Also:
- Constant Field Values
-
CONN_OUTPUT_DUMB
static final int CONN_OUTPUT_DUMB
- See Also:
- Constant Field Values
-
CONN_OUTPUT_INTELLIGENT
static final int CONN_OUTPUT_INTELLIGENT
- See Also:
- Constant Field Values
-
CONN_OUTPUT_TACHO
static final int CONN_OUTPUT_TACHO
- See Also:
- Constant Field Values
-
CONN_NONE
static final int CONN_NONE
- See Also:
- Constant Field Values
-
CONN_ERROR
static final int CONN_ERROR
- See Also:
- Constant Field Values
-
TYPE_NXT_TOUCH
static final int TYPE_NXT_TOUCH
- See Also:
- Constant Field Values
-
TYPE_NXT_LIGHT
static final int TYPE_NXT_LIGHT
- See Also:
- Constant Field Values
-
TYPE_NXT_SOUND
static final int TYPE_NXT_SOUND
- See Also:
- Constant Field Values
-
TYPE_NXT_COLOR
static final int TYPE_NXT_COLOR
- See Also:
- Constant Field Values
-
TYPE_TACHO
static final int TYPE_TACHO
- See Also:
- Constant Field Values
-
TYPE_MINITACHO
static final int TYPE_MINITACHO
- See Also:
- Constant Field Values
-
TYPE_NEWTACHO
static final int TYPE_NEWTACHO
- See Also:
- Constant Field Values
-
TYPE_THIRD_PARTY_START
static final int TYPE_THIRD_PARTY_START
- See Also:
- Constant Field Values
-
TYPE_THIRD_PARTY_END
static final int TYPE_THIRD_PARTY_END
- See Also:
- Constant Field Values
-
TYPE_IIC_UNKNOWN
static final int TYPE_IIC_UNKNOWN
- See Also:
- Constant Field Values
-
TYPE_NXT_TEST
static final int TYPE_NXT_TEST
- See Also:
- Constant Field Values
-
TYPE_NXT_IIC
static final int TYPE_NXT_IIC
- See Also:
- Constant Field Values
-
TYPE_TERMINAL
static final int TYPE_TERMINAL
- See Also:
- Constant Field Values
-
TYPE_UNKNOWN
static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
TYPE_NONE
static final int TYPE_NONE
- See Also:
- Constant Field Values
-
TYPE_ERROR
static final int TYPE_ERROR
- See Also:
- Constant Field Values
-
UART_MAX_MODES
static final int UART_MAX_MODES
- See Also:
- Constant Field Values
-
MAX_DEVICE_DATALENGTH
static final int MAX_DEVICE_DATALENGTH
- See Also:
- Constant Field Values
-
IIC_DATA_LENGTH
static final int IIC_DATA_LENGTH
- See Also:
- Constant Field Values
-
STATUS_OK
static final int STATUS_OK
- See Also:
- Constant Field Values
-
STATUS_BUSY
static final int STATUS_BUSY
- See Also:
- Constant Field Values
-
STATUS_FAIL
static final int STATUS_FAIL
- See Also:
- Constant Field Values
-
STATUS_STOP
static final int STATUS_STOP
- See Also:
- Constant Field Values
-
CMD_NONE
static final byte CMD_NONE
- See Also:
- Constant Field Values
-
CMD_FLOAT
static final byte CMD_FLOAT
- See Also:
- Constant Field Values
-
CMD_SET
static final byte CMD_SET
- See Also:
- Constant Field Values
-
CMD_AUTOMATIC
static final byte CMD_AUTOMATIC
- See Also:
- Constant Field Values
-
CMD_CONNECTED
static final byte CMD_CONNECTED
- See Also:
- Constant Field Values
-
CMD_DISCONNECTED
static final byte CMD_DISCONNECTED
- See Also:
- Constant Field Values
-
CMD_COL_COL
static final byte CMD_COL_COL
- See Also:
- Constant Field Values
-
CMD_COL_RED
static final byte CMD_COL_RED
- See Also:
- Constant Field Values
-
CMD_COL_GRN
static final byte CMD_COL_GRN
- See Also:
- Constant Field Values
-
CMD_COL_BLU
static final byte CMD_COL_BLU
- See Also:
- Constant Field Values
-
CMD_COL_AMB
static final byte CMD_COL_AMB
- See Also:
- Constant Field Values
-
CMD_PIN1
static final byte CMD_PIN1
- See Also:
- Constant Field Values
-
CMD_PIN5
static final byte CMD_PIN5
- See Also:
- Constant Field Values
-
ADC_REF
static final float ADC_REF
- See Also:
- Constant Field Values
-
ADC_RES
static final int ADC_RES
- See Also:
- Constant Field Values
-
-