timer.h 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #define TIMERMINY 210 #define TIMERMAXY 220 #define TIMERINTERVAL 16.67 /* Keep these as odd numbers */ #define MINTIMERTICKS 3 #define MAXTIMERTICKS 11 #define TIMERUNDERFLOW 0.30 #define TIMEROVERFLOW 0.90 void WriteTimerBar(void);