From 438033494799dec4f905b8585ed80d3acb0a2f23 Mon Sep 17 00:00:00 2001 From: Admar Schoonen Date: Wed, 4 Jan 2012 22:59:06 +0100 Subject: [PATCH] Updated readme.txt --- readme.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 512b652..f37df24 100644 --- a/readme.txt +++ b/readme.txt @@ -1 +1,20 @@ -ln -s /usr/share/arduino/hardware/ hardware +This is the source code for Doug Jacksons wordclock (see +http://www.dougswordclock.com/ and +http://www.instructables.com/id/The-Word-Clock-Arduino-version/). The word clock +is software compatible with an Arduino Duemilanove (see +http://arduino.cc/en/Main/arduinoBoardDuemilanove), but with an ATmega328 +instead of an ATmega168. + + + +To compile this source under Linux with the Arduino command line tools, create +the following symlink in the directory where you found this file: + + ln -s /usr/share/arduino/hardware/ hardware + +Next, enter the wordclock directory. Use 'make' to build the source and 'make +upload' to upload the source to the clock. + + + +Have fun :)