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 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 a6c55465fa Fix target name and build platform root. 2011-10-30 22:43:52 +01:00
Paul van Tilburg 7c957bafdf Added makefiles for building. 2011-10-30 22:31:42 +01:00