public class SensorMux extends I2CSensor
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 |
---|
SensorMux(I2CPort port)
Constructor
|
SensorMux(Port port)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
configurate()
This method is necessary to execute to connect sensors on it
|
int |
getDistance(int channel)
Method used to use a US with the sensor and get the distances
|
int |
getType()
Return the type
|
boolean |
isBatteryLow()
Method used to get if battery status is low.
|
int |
isPressed(int channel)
Method used to manage a Touch Sensor
|
int |
readValue(int channel)
Method used to receive data from a Sound Sensor
|
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 SensorMux(I2CPort port)
port
- the portpublic SensorMux(Port port)
port
- the portpublic int getType()
public boolean isBatteryLow()
public void configurate()
public int getDistance(int channel)
channel
- the index of the channelpublic int isPressed(int channel)
channel
- the index of the channelpublic int readValue(int channel)
channel
- the index of the channel