Update README.md
authorNeilNjae <neil.github@njae.me.uk>
Mon, 10 Dec 2012 17:20:13 +0000 (17:20 +0000)
committerNeilNjae <neil.github@njae.me.uk>
Mon, 10 Dec 2012 17:20:13 +0000 (17:20 +0000)
README.md

index 3dc4f193c87f21efd7f8fc7e968622be739d9393..80b1043530be3e48a65b8e86c554d69a232f79db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ The second signal is a broadcast message that makes Scratch play the sound in th
 
 One problem we had was with how the operating sytem mapped the various Arduinos to devices. It seemed to be pretty arbitrary. In the end, we tracked the device names by running
     tail -f /var/log/syslog
-in a separate terminal and watching what the devices were called when we plugged them in. We could then edit the various DEVICE parameters in to top of the Python script to fit.
+in a separate terminal and watching what the devices were called when we plugged them in. We could then edit the various DEVICE parameters in to top of the Python script to fit. You could probably be cleverer by using some udev rules to fix the device names, but we didn't think of that (and didn't have enough time either).
 
 ## Scratch front end