Uses of Interface
lejos.nxt.LegacySensorPort

Packages that use LegacySensorPort
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 
 

Uses of LegacySensorPort in lejos.nxt
 

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

Uses of LegacySensorPort in lejos.nxt.addon
 

Constructors in lejos.nxt.addon with parameters of type LegacySensorPort
RCXLightSensor(LegacySensorPort port)
          Create an RCX light sensor object attached to the specified port.
RCXRotationSensor(LegacySensorPort port)
          Create an RCX rotation sensor object attached to the specified port.
RCXTemperatureSensor(LegacySensorPort port)
          Create an RCX temperature sensor object attached to the specified port.