|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lejos.nxt.I2CSensor lejos.nxt.addon.TiltSensor
public class TiltSensor
This class works with HiTechnic or Mindsensors acceleration (tilt) sensor.
Field Summary |
---|
Fields inherited from class lejos.nxt.I2CSensor |
---|
PRODUCT_ID, SENSOR_TYPE, VERSION |
Constructor Summary | |
---|---|
TiltSensor(I2CPort port)
|
Method Summary | |
---|---|
int |
getXAccel()
Acceleration along X axis. |
int |
getXTilt()
Tilt of sensor along X-axis (see top of Mindsensors.com sensor for diagram of axis). |
int |
getYAccel()
Acceleration along Y axis. |
int |
getYTilt()
Returns Y tilt value. |
int |
getZAccel()
Acceleration along Z axis. |
int |
getZTilt()
Returns Z tilt value. |
Methods inherited from class lejos.nxt.I2CSensor |
---|
fetchString, getData, getPort, getProductID, getSensorType, getVersion, sendData, sendData, setAddress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TiltSensor(I2CPort port)
Method Detail |
---|
public int getXTilt()
public int getYTilt()
public int getZTilt()
public int getXAccel()
public int getYAccel()
public int getZAccel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |