| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2925 | poskozby | 1 | /* |
| 2 | * Timers.h |
||
| 3 | * |
||
| 4 | * Created: 17.4.2013 19:04:52 |
||
| 5 | * Author: Zbynek |
||
| 6 | */ |
||
| 7 | |||
| 8 | |||
| 9 | #ifndef TIMERS_H_ |
||
| 10 | #define TIMERS_H_ |
||
| 11 | void Timer1_init(void); |
||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | #endif /* TIMERS_H_ */ |