Commit Graph

4 Commits

Author SHA1 Message Date
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
Admar Schoonen 82ac306a7d Port to Arduino 1.0: DS1302 library
Oops! Forgot to add changes to DS1302 library.
2011-12-30 22:54:04 +01:00
Admar Schoonen cc6c0940f6 Port to Arduino 1.0
* renamed .pde files to .ino
* adapted source and makefiles
2011-12-30 22:43:48 +01:00
Paul van Tilburg ffb1770e28 Imported initial code by Doug Jackson (slightly modified by Admar). 2011-10-30 22:27:58 +01:00