roombacomm
Class Tribble
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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