Uses of Class
icommand.platform.nxt.Motor

Packages that use Motor
icommand.platform.nxt   
icommand.robotics   
 

Uses of Motor in icommand.platform.nxt
 

Fields in icommand.platform.nxt declared as Motor
static Motor Motor.A
          Motor A.
static Motor Motor.B
          Motor B.
static Motor Motor.C
          Motor C.
 Motor SyncMotors.left
           
 Motor SyncMotors.right
           
 

Constructors in icommand.platform.nxt with parameters of type Motor
SyncMotors(Motor left, Motor right)
          The Lego firmware only accepts 3 valid combinations for Motors: A,B A,C B,C PRELIMINARY: Expect poor performance for some commands until things are improved.
 

Uses of Motor in icommand.robotics
 

Constructors in icommand.robotics with parameters of type Motor
CompassNavigator(Compass compass, double wheelDiameter, double driveLength, Motor left, Motor right)
           
ServoNavigator(float wheelDiameter, float driveLength, float ratio, Motor left, Motor right)