| Package | Description |
|---|---|
| utilities |
| Modifier and Type | Method and Description |
|---|---|
static Odometer.LINEDIR |
Odometer.LINEDIR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Odometer.LINEDIR[] |
Odometer.LINEDIR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Odometer.moveCM(Odometer.LINEDIR dir,
double distance,
boolean stop)
Move a set distance
|