Package | Description |
---|---|
iGEM2017 |
Package which manages all chromastat sensors, controls and interface
|
Modifier and Type | Method and Description |
---|---|
static TempSensor.MEASURE |
TempSensor.MEASURE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TempSensor.MEASURE[] |
TempSensor.MEASURE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
TempSensor.getReading(TempSensor.MEASURE measure)
Description of method in plain language
|