Uses of Class
ch.aplu.android.nxt.TurtleRobot

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

Uses of TurtleRobot in ch.aplu.android.nxt
 

Subclasses of TurtleRobot in ch.aplu.android.nxt
 class TurtleCrawler
          Class to simulate a Lego NXT crawler (from NXT 2.0 box).
 

Methods in ch.aplu.android.nxt that return TurtleRobot
 TurtleRobot TurtleRobot.backward(int steps)
          Moves the turtle backward the given number of steps.
 TurtleRobot TurtleRobot.forward(int steps)
          Moves the turtle forward the given number of steps.
 TurtleRobot TurtleRobot.left(int angle)
          Turns the turtle to the left for the given angle.
 TurtleRobot TurtleRobot.right(int angle)
          Turns the turtle to the right for the given angle.
 TurtleRobot TurtleRobot.setTurtleSpeed(int speed)
          Sets the turtle speed to the given value.