]> rtime.felk.cvut.cz Git - mirosot.git/blob - autodemo/timer3.h
Autodemo updated, timer routeines calculate proper values for given timer period.
[mirosot.git] / autodemo / timer3.h
1
2
3 typedef long long timer_t;
4
5 int init_timer3(long long nsec);
6 timer_t get_timer();
7