lejos.nxt
Class Motor

java.lang.Object
  extended by lejos.nxt.Motor

public class Motor
extends java.lang.Object

Motor class. Contains three instances of Motor. Usage: Motor.A.forward(5000); This version of the Motor class supports remote execution.


Field Summary
static RemoteMotor A
          Motor A.
static RemoteMotor B
          Motor B.
static RemoteMotor C
          Motor C.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final RemoteMotor A
Motor A.


B

public static final RemoteMotor B
Motor B.


C

public static final RemoteMotor C
Motor C.