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

Last change on this file since 19905 was 17632, checked in by dneise, 11 years ago
whitespace changes, using global register
File size: 107 bytes
Line 
1#ifndef __TIMER_H
2#define __TIMER_H
3
4void timer_init();
5ISR (TIMER2_COMP_vect);
6
7#endif //__TIMER_H
Note: See TracBrowser for help on using the repository browser.