roombacomm
Class Tribble

java.lang.Object
  extended by roombacomm.Tribble

public class Tribble
extends java.lang.Object

Make Tribble noises

Run it with something like:

   java roombacomm.Tribble /dev/cu.KeySerial1 [protocol]
Where: protocol (optional) is SCI or OI


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

Method Detail

main

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

purr

public static void purr()

createTribblePurrSong

public static void createTribblePurrSong()

bark

public static void bark()

keyIsPressed

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