7 lines
101 B
C
7 lines
101 B
C
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
void timer_init();
|
|
void timer_wait(unsigned int wait_ticks);
|
|
|
|
#endif |