source:
firmware/FSC/src/timer.h@
18183
Last change on this file since 18183 was 17632, checked in by , 11 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.