public class RCXMotorMultiplexer extends I2CSensor
Modifier and Type | Field and Description |
---|---|
RCXMotor |
A |
RCXMotor |
B |
RCXMotor |
C |
RCXMotor |
D |
static int |
DEFAULT_RCXMMUX_ADDRESS |
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 |
---|
RCXMotorMultiplexer(I2CPort port) |
RCXMotorMultiplexer(I2CPort port,
int address) |
RCXMotorMultiplexer(Port port) |
RCXMotorMultiplexer(Port port,
int address) |
Modifier and Type | Method and Description |
---|---|
int |
getDirection(int id) |
int |
getSpeed(int id) |
void |
sendCommand(int id,
int direction,
int speed) |
void |
setDirection(int direction,
int id) |
void |
setSpeed(int speed,
int id) |
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 static final int DEFAULT_RCXMMUX_ADDRESS
public RCXMotor A
public RCXMotor B
public RCXMotor C
public RCXMotor D