public class RevTouchSensor
extends java.lang.Object
Constructor and Description |
---|
RevTouchSensor(DigitalChannelController digitalChannelController,
int physicalPort) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getConnectionInfo() |
java.lang.String |
getDeviceName() |
Manufacturer |
getManufacturer() |
double |
getValue() |
int |
getVersion() |
boolean |
isPressed() |
void |
resetDeviceConfigurationForOpMode() |
public RevTouchSensor(DigitalChannelController digitalChannelController, int physicalPort)
public double getValue()
public boolean isPressed()
public Manufacturer getManufacturer()
public java.lang.String getDeviceName()
public java.lang.String getConnectionInfo()
public int getVersion()
public void resetDeviceConfigurationForOpMode()
public void close()