public class EV3TouchSensor extends BaseSensor
leJOS conventions for
SampleProviders
Modifier and Type | Class and Description |
---|---|
private class |
EV3TouchSensor.TouchMode |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
LEGO_EV3_TOUCH |
currentMode, currentModeS, modes, SWITCH_DELAY
LEGO_ANALOG_SENSOR, LEGO_I2C, LEGO_UART_SENSOR, SENSOR_MODE, SENSOR_MODES
ADDRESS, DEVICE, LEGO_PORT, LEGO_SENSOR, MODE, PATH_DEVICE
EV3DEV_ROOT_PATH, EV3DEV_TESTING_KEY, ROOT_PATH
Constructor and Description |
---|
EV3TouchSensor(Port portName) |
Modifier and Type | Method and Description |
---|---|
SensorMode |
getTouchMode()
Lego EV3 Touch sensors, Touch mode
Detects when its front button is pressed |
private void |
init() |
boolean |
isPressed() |
fetchSample, getAvailableModes, getCurrentMode, getMode, getMode, getModeCount, getName, sampleSize, setCurrentMode, setCurrentMode, setModes, switchMode, switchMode
detect, getIntegerAttribute, getStringAttribute, setIntegerAttribute, setStringAttribute
getMotorPort, getPlatform, getSensorPort
getROOT_PATH
private static final java.lang.String LEGO_EV3_TOUCH
private void init()
public SensorMode getTouchMode()
Size and content of the sample
The sample contains one element, a value of 0 indicates that the button is not presse, a value of 1 indicates the button is pressed.
leJOS conventions for
SampleProviders
public boolean isPressed()