com.scottpreston.javarobot.chapter3
Class ComplexArm
java.lang.Object
com.scottpreston.javarobot.chapter3.ComplexArm
public class ComplexArm
- extends java.lang.Object
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
posA()
|
void |
posB()
|
void |
rest()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexArm
public ComplexArm(JSerialPort serialPort)
throws java.lang.Exception
- Throws:
java.lang.Exception
rest
public void rest()
throws java.lang.Exception
- Throws:
java.lang.Exception
posA
public void posA()
throws java.lang.Exception
- Throws:
java.lang.Exception
posB
public void posB()
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)