wordclock/libraries
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
..
ProtoThreads Multithreading + key repeat delay 2012-01-07 01:35:54 +01:00
ds1302 Port to Arduino 1.0: DS1302 library 2011-12-30 22:54:04 +01:00