]> the.earth.li Git - temper-clone.git/blob - timer.h
Remove unused read_temp() function
[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_ */