funkstuff/timer.h

17 lines
466 B
C
Raw Normal View History

2015-01-10 11:42:36 +01:00
#ifndef __TIMER_H__
#define __TIMER_H__
/* *********************************************************************** */
#define TIMER_DOOR_CLOSE_DELAY 0
2017-11-27 19:22:55 +01:00
#define TIMER_COUNT 2
2015-01-10 11:42:36 +01:00
/* *********************************************************************** */
void timer_tick (void);
void timer_event_handler (struct event_entry *event);
/* *********************************************************************** */
#endif /* __TIMER_H__ */