Class XRPMotor

java.lang.Object
org.wpilib.xrp.XRPMotor
All Implemented Interfaces:
MotorController

public class XRPMotor extends Object implements MotorController
XRPMotor.

A SimDevice based motor controller representing the motors on an XRP robot

  • Constructor Details

    • XRPMotor

      public XRPMotor(int deviceNum)
      Constructs an XRPMotor.
      Parameters:
      deviceNum - the motor channel
  • Method Details