Uses of Class
ch.aplu.android.nxt.MotorPort

Packages that use MotorPort
ch.aplu.android.nxt Package to use the Lego NXT robot in direct mode in Android applications. 
 

Uses of MotorPort in ch.aplu.android.nxt
 

Fields in ch.aplu.android.nxt declared as MotorPort
static MotorPort MotorPort.A
          Declaration used by a motor connected to port A.
static MotorPort MotorPort.B
          Declaration used by a motor connected to port B.
static MotorPort MotorPort.C
          Declaration used by a motor connected to port C.
 

Constructors in ch.aplu.android.nxt with parameters of type MotorPort
Gear(MotorPort port1, MotorPort port2)
          Creates a gear instance with left motor plugged into port1, right motor plugged into port2.
Motor(MotorPort port)
          Creates a motor instance that is plugged into given port.