From ac5f82ce26d09aea89b9e9acd9fa0f8569240301 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 16 Sep 2011 11:30:19 +0100 Subject: Chnages for touch screen. --- PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java') diff --git a/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java b/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java index 1e710bc..a7d7f0c 100644 --- a/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java +++ b/PunchingBag/src/uk/ac/open/punchingbag/PunchingBag.java @@ -107,7 +107,7 @@ public class PunchingBag implements Runnable { * The device address of the button arduino (COM* on Windows, /dev/tty* on * linux) */ - String buttonArduinoDeviceAddress = ""; // TODO: This should be cached + String buttonArduinoDeviceAddress = "COM4"; // TODO: This should be cached // localy /** * The Arduino managing the led drivers @@ -117,7 +117,7 @@ public class PunchingBag implements Runnable { * The device address of the led arduino (COM* on Windows, /dev/tty* on * linux) */ - String ledArduinoDeviceAddress = ""; // TODO: This should be cached localy + String ledArduinoDeviceAddress = "COM3"; // TODO: This should be cached localy /** * Turn on to activate the command line messages regarding the run loop -- cgit v1.2.3