lejos.nxt.addon
Class RCXMotor
java.lang.Object
lejos.nxt.BasicMotor
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.
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 |
RCXMotor
public RCXMotor(BasicMotorPort port)