source: firmware/FSC/src/timer.h@ 12392

Last change on this file since 12392 was 10674, checked in by neise, 13 years ago
ethernet with user interface test
File size: 168 bytes
Line 
1#ifndef __TIMER_H
2#define __TIMER_H
3
4 extern volatile U16 milisec;
5 extern volatile U32 sec;
6
7void timer_init();
8ISR (TIMER2_COMP_vect);
9
10#endif //__TIMER_H
Note: See TracBrowser for help on using the repository browser.