aboutsummaryrefslogtreecommitdiff
path: root/PunchingBag/src/Arduino.java
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2011-09-04 23:13:39 +0100
committerChristopher Baines <cbaines8@gmail.com>2011-09-04 23:13:39 +0100
commitfcd9bda1916ee874b843ae257ba9ac1a75a63c07 (patch)
tree6ed157c1ea12d38b468eed9870d1ebd98f758574 /PunchingBag/src/Arduino.java
parentb7768fde2cbbb4f053bc394c4591659a90bd0238 (diff)
downloadpunchingbag-fcd9bda1916ee874b843ae257ba9ac1a75a63c07.tar
punchingbag-fcd9bda1916ee874b843ae257ba9ac1a75a63c07.tar.gz
Finished off the listener implementation for the moment. Allowed the debug screen to accept button presses and show leds.
The Ripple still needs more work and more effects need implementing.
Diffstat (limited to 'PunchingBag/src/Arduino.java')
-rw-r--r--PunchingBag/src/Arduino.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/PunchingBag/src/Arduino.java b/PunchingBag/src/Arduino.java
index aeaa107..5e6e288 100644
--- a/PunchingBag/src/Arduino.java
+++ b/PunchingBag/src/Arduino.java
@@ -9,7 +9,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
-
import gnu.io.*;
public class Arduino {