public class MindsensorsAccelerometer extends I2CSensor
Supported modes | |||
---|---|---|---|
Mode name | Description | unit(s) | Getter |
Acceleration | Measures acceleration over three axes. | meter / second2 | getAccelerationMode() |
Tilt | Measures tilt over three axes. | degrees2 | getTiltMode() |
See Sensor Product page
See The
leJOS sensor framework
See leJOS conventions for
SampleProviders
address, DEFAULT_I2C_ADDRESS, port, REG_PRODUCT_ID, REG_VENDOR_ID, REG_VERSION, retryCount
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 |
---|
MindsensorsAccelerometer(I2CPort port)
Creates a SampleProvider for the Mindsensors ACCL-Nx
|
MindsensorsAccelerometer(I2CPort port,
int address)
Creates a SampleProvider for the Mindsensors ACCL-Nx
|
MindsensorsAccelerometer(Port port)
Creates a SampleProvider for the Mindsensors ACCL-Nx
|
MindsensorsAccelerometer(Port port,
int address)
Creates a SampleProvider for the Mindsensors ACCL-Nx
|
Modifier and Type | Method and Description |
---|---|
SensorMode |
getAccelerationMode()
Return a SampleProvider that provides acceleration data (in m/s/s) in X, Y, Z axis
|
SensorMode |
getTiltMode()
Return a SampleProvider that provides tilt data (in degree) in X, Y, Z axis
|
protected void |
init() |
fetchString, getAddress, getData, getData, getPort, getProductID, getRetryCount, getVendorID, getVersion, sendData, sendData, sendData, setAddress, setRetryCount
fetchSample, getAvailableModes, getCurrentMode, getMode, getMode, getModeCount, getName, sampleSize, setCurrentMode, setCurrentMode, setModes
close, releaseOnClose
public MindsensorsAccelerometer(I2CPort port, int address)
port
- the I2C portaddress
- the I2C address of the sensorpublic MindsensorsAccelerometer(I2CPort port)
port
- the I2C portpublic MindsensorsAccelerometer(Port port, int address)
port
- the sensor portaddress
- the I2C address of the sensorpublic MindsensorsAccelerometer(Port port)
port
- the sensor portprotected void init()
public SensorMode getAccelerationMode()
public SensorMode getTiltMode()