Package lejos.nxt

Access to NXT sensors, motors, etc.

See:
          Description

Interface Summary
ADSensorPort An abstraction for a port that supports Analog/Digital sensors.
BasicMotorPort An abstraction for a motor port that supports RCX type motors, but not NXT motors with tachometers.
BasicSensorPort An abstraction for a sensor port that supports setting and retrieving types and modes of sensors.
ButtonListener Abstraction for receiver of button events.
I2CPort Abstraction for a port that supports I2C sensors.
LegacySensorPort Abstraction for a port that supports legacy RCX sensors.
ListenerCaller Interface for calling calling lejos listeners.
SensorConstants Constants used to set Sensor types and modes.
SensorPortListener Interface for monitoring changes to the value for an Analogue/Digital sensor (such as a Touch, Light or Sound sensor) on a SensorPort.
TachoMotorPort Abstraction for a motor port that supports NXT motors with tachometers.
 

Class Summary
BasicMotor An abstraction for a motor without a tachometer, such as an RCX motor.
Battery Provides access to Battery.
Button Abstraction for an NXT button.
ColorLightSensor LEGO Color Sensor driver.
Flash Read and write access to flash memory in pages.
I2CSensor Abstract class that implements common methods for all I2C sensors.
LCD Text and graphics output to the LCD display.
LCDOutputStream A simple output stream that implements console output.
LightSensor This class is used to obtain readings from a LEGO NXT light sensor.
Motor Abstraction for a NXT motor.
MotorPort Abstraction for a NXT output port.
NXT Abstraction for the local NXT Device.
Poll Provides blocking access to events from the NXT.
SensorPort Abstraction for a NXT input port.
Settings leJOS NXJ persistent settings.
Sound NXT sound routines.
SoundSensor Abstraction for a NXT sound sensor.
SystemSettings This class is designed for use by other lejos classes to read persistent settings.
TouchSensor Abstraction for a NXT touch sensor.
UltrasonicSensor Abstraction for a NXT Ultrasonic Sensor.
VM This class provides access to many of the internal structures of the leJOS virtual machine.
VM.VMClone This class is used to create a Java class from in memory data.
VM.VMElements  
VM.VMException An exception record
VM.VMExceptions Class to provide access to a series of exception records
VM.VMItems<E> This class provides the ability to iterate through a series of in memory structures and returns a Java accessible clone of the structure.
VM.VMStaticFields This class can be used to gain access to all of the static fields.
VM.VMValue Class that represents a value within the VM.
 

Error Summary
FlashError  
 

Package lejos.nxt Description

Access to NXT sensors, motors, etc.