com.scottpreston.javarobot.chapter3
Class ArmTest1

java.lang.Object
  extended by com.scottpreston.javarobot.chapter3.ArmTest1

public class ArmTest1
extends java.lang.Object


Constructor Summary
ArmTest1(JSerialPort sPort)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void toA()
           
 void toB()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArmTest1

public ArmTest1(JSerialPort sPort)
         throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

toA

public void toA()
         throws java.lang.Exception
Throws:
java.lang.Exception

toB

public void toB()
         throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)