public class DexterPressureSensor250 extends AnalogSensor implements SensorConstants
The code for this sensor has not been tested. Please report test results to the leJOS forum.
Supported modes | |||
---|---|---|---|
Mode name | Description | unit(s) | Getter |
Pressure | Measures the pressure | Pascal | getPressureMode() |
See Sensor datasheet
See Sensor Product page
See The
leJOS sensor framework
See leJOS conventions for
SampleProviders
currentType, port
currentMode, modes
BLACK, BLANK_INDEX, BLUE, BLUE_INDEX, BROWN, GREEN, GREEN_INDEX, MAX_TYPE, MIN_TYPE, MODE_RAW, NXT_ADC_RES, RED, RED_INDEX, TYPE_ANGLE, TYPE_COLORBLUE, TYPE_COLORFULL, TYPE_COLORGREEN, TYPE_COLORNONE, TYPE_COLORRED, TYPE_CUSTOM, TYPE_HIGHSPEED, TYPE_HIGHSPEED_9V, TYPE_HISPEED, TYPE_LIGHT_ACTIVE, TYPE_LIGHT_INACTIVE, TYPE_LOWSPEED, TYPE_LOWSPEED_9V, TYPE_NO_SENSOR, TYPE_REFLECTION, TYPE_SOUND_DB, TYPE_SOUND_DBA, TYPE_SWITCH, TYPE_TEMPERATURE, WHITE, YELLOW
Constructor and Description |
---|
DexterPressureSensor250(AnalogPort port) |
DexterPressureSensor250(Port port) |
Modifier and Type | Method and Description |
---|---|
SampleProvider |
getPressureMode()
Dexter Industries DPressure250, Pressure mode
Measures the pressure |
protected void |
init() |
normalize, NXTRawIntValue, NXTRawValue, switchType
fetchSample, getAvailableModes, getCurrentMode, getMode, getMode, getModeCount, getName, sampleSize, setCurrentMode, setCurrentMode, setModes
close, releaseOnClose
public DexterPressureSensor250(AnalogPort port)
public DexterPressureSensor250(Port port)
protected void init()
public SampleProvider getPressureMode()
Size and content of the sample
The sample contains one element containing the pressure (in PA) measured by the sensor.
leJOS conventions for
SampleProviders
See Sensor datasheet