source:
firmware/FSC/src/timer.h@
11598
| Last change on this file since 11598 was 10674, checked in by , 15 years ago | |
|---|---|
| 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 | |
| 7 | void timer_init(); |
| 8 | ISR (TIMER2_COMP_vect); |
| 9 | |
| 10 | #endif //__TIMER_H |
Note:
See TracBrowser
for help on using the repository browser.
