Arduino source code for Doug's Word Clock.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Admar Schoonen 7695db1e90 Merge pull request 'Remove unneeded file' (#3) from paul/wordclock:master into master
Reviewed-on: #3
1 year ago
fototranstest Simple test for ambient light sensor (uses Arduino Mega2560 board) 11 years ago
libraries Multithreading + key repeat delay 11 years ago
tools Moved tools to a separate directory 11 years ago
wordclock Reverted the output of the I-commands change, they fall under G 11 years ago
.gitignore Ignore the hardware dir/symlink 11 years ago
readme.txt Added settings_example.h; user must now copy this to settings.h first! 11 years ago

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