roombacomm
Class Spiro2

java.lang.Object
  extended by roombacomm.Spiro2

public class Spiro2
extends java.lang.Object

A Spirograph-like example

Run it with something like:

   java roombacomm.Spiro1 /dev/cu.KeySerial1 velocity radius waittime
  


Constructor Summary
Spiro2()
           
 
Method Summary
static boolean keyIsPressed()
          check for keypress, return true if so
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spiro2

public Spiro2()
Method Detail

main

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

keyIsPressed

public static boolean keyIsPressed()
check for keypress, return true if so