|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectftcomputing.robo.Dir
public class Dir
Klasse für das Einstellen der Drehrichtung eines Motors. Beim RoboInterface lassen sich zudem Lampen schalten.
FishFace.setLamp(int, int)
,
FishFace.setMotor(int, int)
,
FishFace.setMotors(int)
Field Summary | |
---|---|
static int |
Left
Motor auf Drehrichtung links einstellen. |
static int |
Off
Motor/Lampe ausschalten. |
static int |
On
Lampe anschalten. |
static int |
Right
Motor auf Drehrichtung rechts einstellen. |
Constructor Summary | |
---|---|
Dir()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Left
public static final int Right
public static final int On
public static final int Off
Constructor Detail |
---|
public Dir()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |