]> the.earth.li Git - temper-clone.git/blob - timer.h
65647f55af634e421d2f2c6f2608f4b1dc7265fd
[temper-clone.git] / timer.h
1 #ifndef __TIMER_H_
2 #define __TIMER_H_
3
4 void timer_init(void);
5 unsigned long micros(void);
6 unsigned long millis(void);
7
8 #endif /* __TIMER_H_ */