From b89a708807c72c67b128aa3d684afdbd694f66bc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 24 Feb 2014 15:32:57 +0100 Subject: Add simple timer that counts one second --- timer.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 timer.h (limited to 'timer.h') diff --git a/timer.h b/timer.h new file mode 100644 index 0000000..c1b3511 --- /dev/null +++ b/timer.h @@ -0,0 +1,11 @@ +#ifndef TIMER_H +#define TIMER_H + +#include + +void timerStart (); +bool timerHit (); +void timerStop (); + +#endif /* TIMER_H */ + -- cgit v1.2.3