lejos.nxt.addon
Class RCXMotor

java.lang.Object
  extended by lejos.nxt.BasicMotor
      extended by lejos.nxt.addon.RCXMotor

public class RCXMotor
extends BasicMotor

Abstraction for an RCX motor.

WARNING: THIS CLASS IS SHARED BETWEEN THE classes AND pccomms PROJECTS. DO NOT EDIT THE VERSION IN pccomms AS IT WILL BE OVERWRITTEN WHEN THE PROJECT IS BUILT.


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)