Updated readme.txt

This commit is contained in:
Admar Schoonen 2012-01-04 22:59:06 +01:00
parent 3250a3c0cd
commit 4380334947
1 changed files with 20 additions and 1 deletions

View File

@ -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 :)