Uses of Interface
cork.device.Motor

Packages that use Motor
cork.device.control   
 

Uses of Motor in cork.device.control
 

Classes in cork.device.control that implement Motor
 class ContinuousRotationServo
          Driver for Continuous Rotation Servos.
 class PolynomicDrive
          A Polynomic Drive (a word I just invented off the top of my head) is a drive with independant drove groups.
 

Methods in cork.device.control with parameters of type Motor
 int PolynomicDrive.addMotorPair(Motor left, Motor right)
          Adds another motor.
 boolean PolynomicDrive.isMotor(Motor motor)
          Checks to see if a Motor has already been bound..