repo.or.cz
/
avr_work.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add unified compile target
[avr_work.git]
/
lline
/
old
/
timers.h
blob
93721a34792ec239b07996a149b43f78a91c8b7a
1
/*
2
3
*/
4
5
#ifndef _TIMERS_H_
6
#define _TIMERS_H_
7
8
void
timers_init
(
void
);
9
void
timer0_init
(
void
);
10
void
timer1_init
(
void
);
11
void
timer2_init
(
void
);
12
13
#endif