|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
lejos.nxt.addon.RCXLightSensor.activate()
Use RCXLightSensor.setFloodlight(boolean) with true instead |
|
lejos.nxt.remote.RemoteMotor.getBlockTacho()
|
|
lejos.nxt.remote.RemoteMotor.getRotationCount()
|
|
lejos.nxt.addon.RCXLightSensor.passivate()
Use RCXLightSensor.setFloodlight(boolean) with false instead |
|
lejos.nxt.addon.RCXLightSensor.readValue()
Use RCXLightSensor.getLightValue() instead |
|
lejos.nxt.remote.RemoteMotor.resetBlockTacho()
|
|
lejos.robotics.navigation.Pilot.setSpeed(int)
in 0.8, use setTurnSpeed() and setMoveSpeed(). The method was deprecated, as this it requires knowledge of the robots physical construction, which this interface should hide! |
Deprecated Constructors | |
---|---|
lejos.robotics.navigation.SimpleNavigator(float, float, TachoMotor, TachoMotor)
The correct way is to create the Pilot in advance and to use that in construction of the SimpleNavigator. Otherwise the SimpleNavigator needs to know detail it should not care about! |
|
lejos.robotics.navigation.SimpleNavigator(float, float, TachoMotor, TachoMotor, boolean)
The correct way is to create the Pilot in advance and to use that in construction of the SimpleNavigator. Otherwise the SimpleNavigator needs to know detail it should not care about! |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |