|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlejos.nxt.addon.RCXTemperatureSensor
public class RCXTemperatureSensor
Abstraction for an RCX temperature sensor.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
RCXTemperatureSensor(LegacySensorPort port)
Create an RCX temperature sensor object attached to the specified port. |
|
| Method Summary | |
|---|---|
float |
getCelcius()
Convert sensor value to Celcius, value outside [-20;70] is not accurate |
float |
getFahrenheit()
Convert sensor value to Fahrenheit, value outside [-4;158] is not accurate |
int |
readValue()
Read the current sensor value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RCXTemperatureSensor(LegacySensorPort port)
port - port, e.g. Port.S1| Method Detail |
|---|
public int readValue()
public float getCelcius()
public float getFahrenheit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||