1
1
Derivar 2
Arduino source code for Doug's Word Clock.
Ir para o ficheiro
Admar Schoonen 7695db1e90 Merge pull request 'Remove unneeded file' (#3) from paul/wordclock:master into master
Reviewed-on: #3
2022-02-12 16:24:53 +01:00
fototranstest Simple test for ambient light sensor (uses Arduino Mega2560 board) 2011-12-31 00:37:39 +01:00
libraries Multithreading + key repeat delay 2012-01-07 01:35:54 +01:00
tools Moved tools to a separate directory 2012-01-09 19:35:19 +01:00
wordclock Reverted the output of the I-commands change, they fall under G 2012-01-09 23:41:13 +01:00
.gitignore Ignore the hardware dir/symlink 2011-12-31 00:42:14 +01:00
readme.txt Added settings_example.h; user must now copy this to settings.h first! 2012-01-08 20:42:05 +01:00

readme.txt

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. Copy 'settings_example.h' to 'settings.h'
and modify it for your hardware and preferences. Use 'make' to build the source
and 'make upload' to upload the source to the clock.



Have fun :)