wordclock/wordclock
Admar Schoonen 38da3b00c1 Multithreading + key repeat delay
* split main loop in two separate threads, using ProtoThreads 1.4 (see
  http://arduinocollective.com/2009/12/05/arduino-threading/ and
  http://www.sics.se/~adam/pt/)
* implemented simple key repeat delay: first delay is 1 second, after that it is
  only 200 ms
* changed indenting (since multithreading was such a big change in it self, it
  was relatively painless to do it now)
2012-01-07 01:35:54 +01:00
..
.gitignore Added initial gitignore file 2011-12-30 21:05:35 +01:00
Arduino.mk Implemented dimming based on amount of ambient light. 2012-01-04 23:01:43 +01:00
Dutch.h Code cleanups. 2011-10-30 22:33:17 +01:00
English.h Imported initial code by Doug Jackson (slightly modified by Admar). 2011-10-30 22:27:58 +01:00
French.h Imported initial code by Doug Jackson (slightly modified by Admar). 2011-10-30 22:27:58 +01:00
German.h Imported initial code by Doug Jackson (slightly modified by Admar). 2011-10-30 22:27:58 +01:00
Makefile Multithreading + key repeat delay 2012-01-07 01:35:54 +01:00
lightlevelmapping.m Rough parameter tuning + reduced flickering 2012-01-06 22:32:48 +01:00
serialconsole.sh Multithreading + key repeat delay 2012-01-07 01:35:54 +01:00
wordclock.ino Multithreading + key repeat delay 2012-01-07 01:35:54 +01:00