Uses of Interface
lejos.nxt.ADSensorPort

Packages that use ADSensorPort
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.nxt.addon Access to third party and legacy RCX sensors, motors and other hardware not included in the Lego NXT kit 
lejos.nxt.remote Remote NXT access over Bluetooth 
 

Uses of ADSensorPort in lejos.nxt
 

Subinterfaces of ADSensorPort in lejos.nxt
 interface LegacySensorPort
          Abstraction for a port that supports legacy RCX sensors.
 

Classes in lejos.nxt that implement ADSensorPort
 class SensorPort
          Abstraction for a NXT input port.
 

Constructors in lejos.nxt with parameters of type ADSensorPort
LightSensor(ADSensorPort port)
          Create a light sensor object attached to the specified port.
LightSensor(ADSensorPort port, boolean floodlight)
          Create a light sensor object attached to the specified port, and sets floodlighting on or off.
SoundSensor(ADSensorPort port)
          Create a sound sensor object attached to the specified port.
SoundSensor(ADSensorPort port, boolean dba)
          Create a sound sensor object attached to the specified port, and sets DB or DBA mode.
TouchSensor(ADSensorPort port)
          Create a touch sensor object attached to the specified port.
 

Uses of ADSensorPort in lejos.nxt.addon
 

Constructors in lejos.nxt.addon with parameters of type ADSensorPort
EOPD(ADSensorPort port)
          By default the sensor is short range.
EOPD(ADSensorPort port, boolean longRange)
           
GyroSensor(ADSensorPort port)
           
 

Uses of ADSensorPort in lejos.nxt.remote
 

Classes in lejos.nxt.remote that implement ADSensorPort
 class RemoteSensorPort
          Emulates a Sensor Port using LCP