lejos.nxt.addon
Class RCXMotor

java.lang.Object
  extended by lejos.nxt.BasicMotor
      extended by lejos.nxt.addon.RCXMotor
All Implemented Interfaces:
DCMotor

public class RCXMotor
extends BasicMotor

Abstraction for an RCX motor.


Field Summary
 
Fields inherited from class lejos.nxt.BasicMotor
_port
 
Constructor Summary
RCXMotor(BasicMotorPort port)
           
 
Method Summary
 
Methods inherited from class lejos.nxt.BasicMotor
backward, flt, forward, getMode, getPower, isBackward, isFloating, isForward, isMoving, isStopped, reverseDirection, setPower, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCXMotor

public RCXMotor(BasicMotorPort port)