Uses of Package
ch.aplu.android.nxt

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

Classes in ch.aplu.android.nxt used by ch.aplu.android.nxt
CompassListener
          Class with declarations of callback methods for the compass sensor.
FileInfo
          Structure that gives information about a leJOS NXJ file.
Gear
          Combines two motors on an axis to perform a car-like movement.
I2CSensor
          A sensor wrapper to allow easy access to I2C sensors, like the ultrasonic sensor.
LightListener
          Interface with declarations of callback methods for the light sensor.
MotionListener
          Class with a declaration of a callback method when the movement stops.
Motor
          Class that represents one of the NXT motors.
MotorPort
          Useful declarations for port connections.
NxtConnectionListener
          Callback declaration for Bluetooth connection/disconnection
NxtRobot
          Class that represents a NXT robot brick.
NxtRobot.ConnectState
          Enum that defines return values for the connect() method.
Part
          Abstract class as ancestor of all parts.
Sensor
          Abstract class as ancestor of all sensors.
SensorPort
          Useful declarations for port connections.
SoundListener
          Class with declaration of callback methods for the sound sensor.
TouchListener
          Interface with declarations of callback methods for the touch sensor.
TurtleRobot
          Implementation of the basic Logo turtle movements.
UltrasonicListener
          Class with declarations of callback methods for the ultrasonic sensor.