Exemplo n.º 1
0
 public static void armDown()
 {
     Sendingtake2.armDown();
 }
Exemplo n.º 2
0
 public static void turnRight()
 {
     Sendingtake2.turnRight();
 }
Exemplo n.º 3
0
 public static void armUp()
 {
     Sendingtake2.armUp();
 }
Exemplo n.º 4
0
 public static void turnLeft()
 {
     Sendingtake2.turnLeft();
 }
Exemplo n.º 5
0
 public static void moveBack()
 {
     Sendingtake2.moveBack();
 }
Exemplo n.º 6
0
 public static void moveForward()
 {
     Sendingtake2.moveForward();
 }
Exemplo n.º 7
0
 public static void magnetOff()
 {
     //send off signal
     Sendingtake2.magnetOff();
 }
Exemplo n.º 8
0
 public static void magnetOn()
 {
     //send on signal
     Sendingtake2.magnetOn();
 }