source:
firmware/FSC/src/timer.h@
19188
| Last change on this file since 19188 was 17632, checked in by , 12 years ago | |
|---|---|
| File size: 107 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __TIMER_H |
| 2 | #define __TIMER_H |
| 3 | |
| 4 | void timer_init(); |
| 5 | ISR (TIMER2_COMP_vect); |
| 6 | |
| 7 | #endif //__TIMER_H |
Note:
See TracBrowser
for help on using the repository browser.
