|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlejos.nxt.I2CSensor
lejos.nxt.addon.NXTe
public class NXTe
Abstraction for a Lattebox NXT Extension Kit with Lattebox 10-Axis Servo Kit http://www.lattebox.com UML: http://www.juanantonio.info/p_research/robotics/lejos/nxj/lattebox/LatteboxNXTeKit.png
| Field Summary | |
|---|---|
static byte |
NXTE_ADDRESS
|
| Fields inherited from class lejos.nxt.I2CSensor |
|---|
address, BLANK, PRODUCT_ID, SENSOR_TYPE, STOP, VERSION |
| Constructor Summary | |
|---|---|
NXTe(SensorPort port)
Constructor |
|
| Method Summary | |
|---|---|
void |
addLSC(int SPI_PORT)
Add a LSC, Lattebox Servo Controller |
LSC |
getLSC(int index)
Get a LSC, Lattebox Servo Controller |
| Methods inherited from class lejos.nxt.I2CSensor |
|---|
fetchString, getData, getData, getId, getProductID, getSensorType, getVersion, sendData, sendData, setAddress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte NXTE_ADDRESS
| Constructor Detail |
|---|
public NXTe(SensorPort port)
port - | Method Detail |
|---|
public void addLSC(int SPI_PORT)
throws java.lang.ArrayIndexOutOfBoundsException
SPI_PORT -
java.lang.Exception
java.lang.ArrayIndexOutOfBoundsExceptionpublic LSC getLSC(int index)
index - in the array
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||