A B G I O P R S 

A

activate() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
NOT Implemented

B

batteryGood() - Method in class org.basementlions.teddy.smux.SMUX
 

G

getAnalogRegister(int) - Method in class org.basementlions.teddy.smux.SMUX
 
getData(int, byte[], int) - Method in class org.basementlions.teddy.smux.SMUX
Not sure why this is here
getData(int, byte[], int, int) - Method in class org.basementlions.teddy.smux.SMUX
Not sure why this is here
getInstance(SensorPort) - Static method in class org.basementlions.teddy.smux.SMUX
Gets an instance of a smux.
getMode() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
gets the mode of the smux's sensor currently not implemented (But doesn't throw an unsupported operation exception
getModeRegister(int) - Method in class org.basementlions.teddy.smux.SMUX
 
getSensorType(int) - Method in class org.basementlions.teddy.smux.SMUX
 
getSMUX() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
 
getStartI2CRegister(int) - Method in class org.basementlions.teddy.smux.SMUX
 
getType() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
gets the type of the smux's sensor currently not implemented (but doesn't throw an unsupported operation exception)
getTypeRegister(int) - Method in class org.basementlions.teddy.smux.SMUX
 

I

i2cDisable() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
not yet implemented
i2cEnable(int) - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Calles i2cEnable on the smux's sensor port
i2cStatus() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
not yet implemented
i2cTransaction(int, byte[], int, int, byte[], int, int) - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Can only read data from the 16 byte i2c byte buffer in the sensormultiplexer.

O

org.basementlions.teddy.smux - package org.basementlions.teddy.smux
 

P

passivate() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
NOT Implemented

R

readBooleanValue() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Reads a boolean value from an analog sensor (like the touch sensor)
readRawValue() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Reads a value from an analog sensor Implementation based on the one in the SensorMux class.
readValue() - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Reads a value, essentially copied from lejos.nxt.SensorPort.

S

sendData(int, byte[], int) - Method in class org.basementlions.teddy.smux.SMUX
Not sure why this is here
sendData(int, byte[], int, int) - Method in class org.basementlions.teddy.smux.SMUX
Not sure why this is here
sendData(int, byte) - Method in class org.basementlions.teddy.smux.SMUX
Not sure why this is here
setMode(int) - Method in class org.basementlions.teddy.smux.SMUXSensorPort
sets the mode of the smux's sensor currently not implemented (but doesn't throw an unsupported operation exception)
setType(int) - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Sets the type of the smux's sensor.
setTypeAndMode(int, int) - Method in class org.basementlions.teddy.smux.SMUXSensorPort
Calls setType(type); and then setMode(mode);
SMUX - Class in org.basementlions.teddy.smux
An implementation of the HiTechnic Sensor Multiplexer for use with the SMUXSensorPort class.
SMUXSensorPort - Class in org.basementlions.teddy.smux
Implementation of a sensor port for the HiTechnic Sensor Multiplexer.
SMUXSensorPort(SensorPort, int) - Constructor for class org.basementlions.teddy.smux.SMUXSensorPort
Constructor.
status() - Method in class org.basementlions.teddy.smux.SMUX
 
A B G I O P R S