Package | Description |
---|---|
iGEM2017 |
Package which manages all chromastat sensors, controls and interface
|
Modifier and Type | Method and Description |
---|---|
static SyringePump.Direction |
SyringePump.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyringePump.Direction[] |
SyringePump.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SyringePump.canStep(SyringePump.Direction direction)
Checks to see if the pump can take a step in the specified direction
|
int |
SyringePump.takeSteps(int numSteps,
SyringePump.Direction direction)
Takes a number of steps in the specified direction
|