summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/chrono.h
AgeCommit message (Collapse)Author
2008-04-23 * digital/io/srcJérémy Dufour
- seperate chrono into two files (source and header) ; - add necessary functions to end the match ; - integrate it into the main loop ; - partial integration into the simulator (need to simulate a counter).
2008-03-28 * digital/io/srcJérémy Dufour
- use define for some configuration values; - use volatile for variable used inside and outside interruption (thanks to ni).
2008-03-27 * digital/io/srcJérémy Dufour
- add chrono module to manage the duration of a match.