wip(ex04)
This commit is contained in:
parent
a87568e5f7
commit
5a954c3713
12 changed files with 403 additions and 57 deletions
8
ex04/include/timer.h
Normal file
8
ex04/include/timer.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
#include "mystd.h"
|
||||
|
||||
void timer1_init(void);
|
||||
|
||||
#endif /* TIMER_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue